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