Annotation Type JAXBResponseParser


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

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?> value
      If present, this is the class that will be used to unmarshal the XML document.
    • 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