Interface UnmarshallerConfigurator


  • public interface UnmarshallerConfigurator
    Interface used to apply custom settings to an Unmarshaller.
    • Method Detail

      • configure

        void configure​(Unmarshaller unmarshaller)
                throws JAXBException
        Apply settings to the given unmarshaller.
        Parameters:
        unmarshaller - the unmarshaller to configure
        Throws:
        JAXBException - if the unmarshaller throws an exception