| Package | Description |
|---|---|
| com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
| com.sun.xml.bind.v2 |
The JAXB 2.0 runtime
|
| com.sun.xml.bind.v2.model.annotation |
Abstraction around reading annotations, to support internal/external annotations.
|
| com.sun.xml.bind.v2.model.impl |
Implementation of the com.sun.xml.bind.j2s.model package.
|
| com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
| Modifier and Type | Method | Description |
|---|---|---|
static JAXBRIContext |
JAXBRIContext.newInstance(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar) |
Creates a new
JAXBRIContext. |
static JAXBRIContext |
JAXBRIContext.newInstance(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings) |
Creates a new
JAXBRIContext. |
| Modifier and Type | Method | Description |
|---|---|---|
static JAXBRIContext |
ContextFactory.createContext(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo) |
Deprecated.
use
createContext(Class[] classes, Map<String,Object> properties) method instead |
static JAXBRIContext |
ContextFactory.createContext(java.lang.Class[] classes,
java.util.Collection<TypeReference> typeRefs,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNsUri,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean improvedXsiTypeHandling) |
Deprecated.
use
createContext( Class[] classes, Map<String,Object> properties) method instead |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RuntimeInlineAnnotationReader |
AnnotationReader that uses java.lang.reflect to
read annotations from class files. |
| Constructor | Description |
|---|---|
RuntimeModelBuilder(JAXBContextImpl context,
RuntimeAnnotationReader annotationReader,
java.util.Map<java.lang.Class,java.lang.Class> subclassReplacements,
java.lang.String defaultNamespaceRemap) |
| Modifier and Type | Method | Description |
|---|---|---|
JAXBContextImpl.JAXBContextBuilder |
JAXBContextImpl.JAXBContextBuilder.setAnnotationReader(RuntimeAnnotationReader val) |
Copyright © 2018 Oracle Corporation. All rights reserved.