Interface JaxbContextCustomizer

    • Method Detail

      • customizeContextProperties

        default void customizeContextProperties​(Map<String,​Object> properties)
      • customizeMarshaller

        default void customizeMarshaller​(jakarta.xml.bind.Marshaller marshaller)
                                  throws jakarta.xml.bind.PropertyException
        Throws:
        jakarta.xml.bind.PropertyException
      • customizeUnmarshaller

        default void customizeUnmarshaller​(jakarta.xml.bind.Unmarshaller unmarshaller)
                                    throws jakarta.xml.bind.PropertyException
        Throws:
        jakarta.xml.bind.PropertyException
      • priority

        default int priority()
        Defines the priority that the customizers are applied. A lower integer value means that the customizer will be applied after a customizer with a higher priority