Uses of Class
org.apache.tapestry5.plastic.PlasticUtils.FieldInfo
Packages that use PlasticUtils.FieldInfo
Package
Description
[INTERNAL USE ONLY] component class transformation implementation classes; API subject to change.
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of PlasticUtils.FieldInfo in org.apache.tapestry5.internal.transform
Method parameters in org.apache.tapestry5.internal.transform with type arguments of type PlasticUtils.FieldInfoModifier and TypeMethodDescriptionvoid
PropertyValueProviderWorker.add
(PlasticClass plasticClass, Set<PlasticUtils.FieldInfo> fieldInfos) -
Uses of PlasticUtils.FieldInfo in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return PlasticUtils.FieldInfoModifier and TypeMethodDescriptionstatic PlasticUtils.FieldInfo
PlasticUtils.toFieldInfo
(PlasticField field) Utility method for creating PlasticUtils.FieldInfo instances.Method parameters in org.apache.tapestry5.plastic with type arguments of type PlasticUtils.FieldInfoModifier and TypeMethodDescriptionstatic void
PlasticUtils.implementFieldValueProvider
(PlasticClass plasticClass, Set<PlasticUtils.FieldInfo> fieldInfos) Transforms this PlasticClass so it implements FieldValueProvider for the given set of field names.static void
PlasticUtils.implementPropertyValueProvider
(PlasticClass plasticClass, Set<PlasticUtils.FieldInfo> fieldInfos) Transforms this PlasticClass so it implements PropertyValueProvider for the given set of field names.