@Target(value={METHOD,FIELD,TYPE}) @Retention(value=RUNTIME) public @interface Convert
Modifier and Type | Optional Element and Description |
---|---|
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.
|
Class |
converter
Specifies the converter to be applied.
|
boolean |
disableConversion
Used to disable an auto-apply or inherited converter.
|
public abstract Class converter
public abstract String attributeName
Copyright © 2017 JBoss by Red Hat. All rights reserved.