Package org.jclouds.rest.annotations
Annotation Type JAXBResponseParser
-
@Target(METHOD) @Retention(RUNTIME) public @interface JAXBResponseParser
Shows the transformer type used to parse XML with theParseXMLWithJAXB
parser in a HttpResponse.
-
-
Element Detail
-
value
Class<?> value
If present, this is the class that will be used to unmarshal the XML document. If omitted, the return type of the annotated method will be used.- Default:
- javax.lang.model.type.NullType.class
-
-