JAXBXMLHelper.UnmarshallingConfiguration
JAXBXMLHelper.MarshallingConfiguration.asUnmarshallingConfiguration()
JAXBXMLHelper.MarshallingConfiguration
static JAXBXMLHelper.UnmarshallingConfiguration
JAXBXMLHelper.UnmarshallingConfiguration.defaultUnmarshallingConfiguration(JAXBXMLHelper.UnmarshallingConfiguration unmarshallingConfiguration)
JAXBXMLHelper.UnmarshallingConfiguration.setConfigurator(JAXBXMLHelper.UnmarshallingConfiguration.Configurator configurator)
JAXBXMLHelper.UnmarshallingConfiguration.setEncoding(String encoding)
JAXBXMLHelper.UnmarshallingConfiguration.setExceptionHandler(ExceptionHandler exceptionHandler)
JAXBXMLHelper.UnmarshallingConfiguration.setKnownTypes(Class<?>... knownTypes)
static <E> E
<E> E
JAXBXMLHelper.loadObjectFromXML(CharSequence charSequence, Class<E> type, JAXBXMLHelper.UnmarshallingConfiguration unmarshallingConfiguration)
JAXBXMLHelper.loadObjectFromXML(CharSequence, Class)
JAXBXMLHelper.loadObjectFromXML(InputStream inputStream, Class<E> type, JAXBXMLHelper.UnmarshallingConfiguration unmarshallingConfiguration)
JAXBXMLHelper.loadObjectFromXML(InputStream, Class)
static <E> JAXBXMLHelper.JAXBContextBasedUnmarshaller<E>
<E> JAXBXMLHelper.JAXBContextBasedUnmarshaller<E>
JAXBXMLHelper.newJAXBContextBasedUnmarshaller(Class<E> type, JAXBXMLHelper.UnmarshallingConfiguration unmarshallingConfiguration)
JAXBXMLHelper.JAXBContextBasedUnmarshaller