Module eclipselink
Annotation Interface XmlNameTransformer
An XmlNameTransformer allows for a user defined class to transform names.
The class has the following restriction:
- It must implement the XMLNameTransformer interface.
This method will be used to decide what XML name to create from a Java class or attribute name.
The XmlNameTransformer must only be set on a package.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> valueDefines the name of the XML name transformer that should be applied to names.
-