Class PlasticUtils.FieldInfo

java.lang.Object
org.apache.tapestry5.plastic.PlasticUtils.FieldInfo
Enclosing class:
PlasticUtils

public static class PlasticUtils.FieldInfo extends Object
Class used to represent a field name and its type for PlasticUtils.implementFieldValueProvider(PlasticClass, Set). It shouldn't be used directly. Use PlasticUtils.toFieldInfo(PlasticField) instead.
Since:
5.8.4
See Also: