Annotation Interface JAXBConfig


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE,PARAMETER}) public @interface JAXBConfig
  • Element Details

    • useNameSpacePrefix

      boolean useNameSpacePrefix
      Default:
      false
    • namespaces

      jakarta.xml.bind.annotation.XmlNs[] namespaces
      Default:
      {}
    • validate

      boolean validate
      Default:
      false
    • schema

      String schema
      Default:
      ""
    • schemaType

      String schemaType
      Default:
      "http://www.w3.org/2001/XMLSchema"