@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface XmlWriteTransformer
Modifier and Type | Required Element and Description |
---|---|
String |
xmlPath
Specify here the XPath into which the value should be written.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
method
The mapped class must have a method with this name which returns a value
to be written into the XML document.
|
Class<? extends FieldTransformer> |
transformerClass
User-defined class that must implement the
org.eclipse.persistence.mappings.transformers.FieldTransformer interface.
|
public abstract String xmlPath
public abstract Class<? extends FieldTransformer> transformerClass
public abstract String method
EclipseLink 2.3.2, "build v20111125-r10461" API Reference