@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface XmlWriteTransformer
XmlReadTransformer
,
XmlTransformation
,
XmlWriteTransformers
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
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.