public class JAXBContextImpl extends JAXBContext
JAXB_CONTEXT_FACTORY| Constructor and Description |
|---|
JAXBContextImpl(Class... classes) |
JAXBContextImpl(Map<String,?> properties,
Class... classes) |
| Modifier and Type | Method and Description |
|---|---|
static JAXBContextImpl |
createContext(Class[] classes,
Map<String,?> properties) |
static JAXBContextImpl |
createContext(String contextPath,
ClassLoader classLoader,
Map<String,?> properties) |
JAXBIntrospector |
createJAXBIntrospector() |
Marshaller |
createMarshaller() |
Unmarshaller |
createUnmarshaller() |
Validator |
createValidator() |
void |
generateSchema(SchemaOutputResolver outputResolver) |
static Class[] |
loadPackageClasses(String contextPath,
ClassLoader classLoader) |
static JAXBContextImpl |
newInstance(Class... classes) |
static JAXBContextImpl |
newInstance(Class[] classes,
Map<String,?> properties) |
static JAXBContext |
newInstance(String contextPath) |
static JAXBContext |
newInstance(String contextPath,
ClassLoader classLoader) |
static JAXBContextImpl |
newInstance(String contextPath,
ClassLoader classLoader,
Map<String,?> properties) |
createBinder, createBinderpublic JAXBContextImpl(Class... classes) throws JAXBException
JAXBExceptionpublic JAXBContextImpl(Map<String,?> properties, Class... classes) throws JAXBException
JAXBExceptionpublic static JAXBContextImpl newInstance(Class... classes) throws JAXBException
JAXBExceptionpublic static JAXBContextImpl newInstance(Class[] classes, Map<String,?> properties) throws JAXBException
JAXBExceptionpublic static JAXBContextImpl createContext(Class[] classes, Map<String,?> properties) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(String contextPath) throws JAXBException
JAXBExceptionpublic static JAXBContext newInstance(String contextPath, ClassLoader classLoader) throws JAXBException
JAXBExceptionpublic static JAXBContextImpl newInstance(String contextPath, ClassLoader classLoader, Map<String,?> properties) throws JAXBException
JAXBExceptionpublic static JAXBContextImpl createContext(String contextPath, ClassLoader classLoader, Map<String,?> properties) throws JAXBException
JAXBExceptionpublic Marshaller createMarshaller() throws JAXBException
createMarshaller in class JAXBContextJAXBExceptionpublic Unmarshaller createUnmarshaller() throws JAXBException
createUnmarshaller in class JAXBContextJAXBExceptionpublic JAXBIntrospector createJAXBIntrospector()
createJAXBIntrospector in class JAXBContextpublic void generateSchema(SchemaOutputResolver outputResolver) throws IOException
generateSchema in class JAXBContextIOExceptionpublic Validator createValidator() throws JAXBException
createValidator in class JAXBContextJAXBExceptionpublic static Class[] loadPackageClasses(String contextPath, ClassLoader classLoader) throws JAXBException
JAXBExceptionCopyright © 2007–2021. All rights reserved.