Package org.jclouds.rest.annotations
Annotation Interface JAXBResponseParser
Shows the transformer type used to parse XML with the
parser in a HttpResponse.
invalid reference
ParseXMLWithJAXB
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Class<?> valueIf 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
-