|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Mapping
Defines a converter mapping. The mapping defines which converter has to be used to transform
instances of type type()
from and to a XML-RPC representation.
Required Element Summary | |
---|---|
java.lang.Class<? extends ParameterConverter<?,?>> |
converter
|
java.lang.Class<?> |
type
|
Element Detail |
---|
public abstract java.lang.Class<?> type
public abstract java.lang.Class<? extends ParameterConverter<?,?>> converter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |