Class JAXBContext.JAXBContextInput

java.lang.Object
org.eclipse.persistence.jaxb.JAXBContext.JAXBContextInput
Enclosing class:
JAXBContext

public abstract static class JAXBContext.JAXBContextInput extends Object
The JAXBContextInput is used to create a JAXBContextState which is responsible for accessing the underlying XMLContext
  • Field Details

    • properties

      protected Map properties
    • classLoader

      protected ClassLoader classLoader
  • Constructor Details

    • JAXBContextInput

      public JAXBContextInput(Map properties, ClassLoader classLoader)
      Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
      Parameters:
      properties - Map of properties.
      classLoader - the classLoader to use. If null then Thread.currentThread().getContextClassLoader() will be used.
  • Method Details