|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Documented
public @interface ConverterMetadataDefines the converter for this field
| Required Element Summary | |
|---|---|
java.lang.Class<? extends Converter> |
converterClass
the Class of the specified converter for this field |
| Optional Element Summary | |
|---|---|
java.lang.String |
propertyPath
if specified, the converter will be used on this property path. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends Converter> converterClass
public abstract java.lang.String propertyPath
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||