|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface XmlReadTransformer
| Optional Element Summary | |
|---|---|
java.lang.String |
methodThe mapped class must have a method with this name which returns a value to be assigned to the attribute (not assigns the value to the attribute). |
java.lang.Class<? extends AttributeTransformer> |
transformerClassUser-defined class that must implement the org.eclipse.persistence.mappings.transformers.AttributeTransformer interface. |
public abstract java.lang.Class<? extends AttributeTransformer> transformerClass
public abstract java.lang.String method
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||