public abstract static class JAXBContext.JAXBContextInput extends Object
| Constructor and Description |
|---|
JAXBContext.JAXBContextInput(Map properties,
ClassLoader classLoader)
Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
|
public JAXBContext.JAXBContextInput(Map properties, ClassLoader classLoader)
properties - Map of properties.classLoader - the classLoader to use. If null then Thread.currentThread().getContextClassLoader() will be used.