public interface JavaPropertyTransform
This is the interface to use for building Java Property Transforms.
These transforms are used to transform a specific java class to a
single value and single values back into instances of the specific
java class. This is useful in PRObjectWrappers where, for example,
java.util.Date should map a single value date property rather than
a page property of class Date.
The JavaPropertyTransformRegistry class is used to track which
java classes have transforms.
- See Also:
JavaPropertyTransformRegistry