|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,TYPE}) @Retention(value=RUNTIME) public @interface Convert
The Convert annotation is used to specify the conversion of a Basic field or property. It is not necessary to use the Basic annotation or corresponding XML element to specify the basic type.
Optional Element Summary | |
---|---|
java.lang.String |
attributeName
The attributeName must be specified unless the Convert annotation is on an attribute of basic type or on an element collection of basic type. |
java.lang.Class |
converter
Specifies the converter to be applied. |
boolean |
disableConversion
Used to disable an auto-apply or inherited converter. |
public abstract java.lang.Class converter
public abstract java.lang.String attributeName
public abstract boolean disableConversion
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |