de.dfki.util.xmlrpc.annotation
Annotation Type Mapping


@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

type

public abstract java.lang.Class<?> type

converter

public abstract java.lang.Class<? extends ParameterConverter<?,?>> converter


Copyright © 2012. All Rights Reserved.