Annotation Interface JAXBResponseParser


@Target(METHOD) @Retention(RUNTIME) public @interface JAXBResponseParser
Shows the transformer type used to parse XML with the
invalid reference
ParseXMLWithJAXB
parser in a HttpResponse.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    If present, this is the class that will be used to unmarshal the XML document.
  • Element Details

    • 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