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.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
Modifier and Type | Method and Description |
---|---|
abstract TypeReference |
Bridge.getTypeReference()
Gets the
TypeReference from which this bridge was created. |
TypeReference |
TypeReference.toItemType()
Creates a
TypeReference for the item type,
if this TypeReference represents a collection type. |
Modifier and Type | Method and Description |
---|---|
abstract Bridge |
JAXBRIContext.createBridge(TypeReference ref)
Creates a mini-marshaller/unmarshaller that can process a
TypeReference . |
abstract QName |
JAXBRIContext.getTypeName(TypeReference tr)
Returns the name of the XML Type bound to the
specified Java type.
|
Modifier and Type | Method and Description |
---|---|
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar)
Creates a new
JAXBRIContext . |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
String defaultNamespaceRemap,
boolean c14nSupport,
RuntimeAnnotationReader ar,
boolean xmlAccessorFactorySupport,
boolean allNillable,
boolean retainPropertyInfo,
boolean supressAccessorWarnings)
Creates a new
JAXBRIContext . |
static JAXBRIContext |
JAXBRIContext.newInstance(Class[] classes,
Collection<TypeReference> typeRefs,
String defaultNamespaceRemap,
boolean c14nSupport)
Deprecated.
Compatibility with older versions.
|
Modifier and Type | Method and Description |
---|---|
static JAXBRIContext |
ContextFactory.createContext(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
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(Class[] classes,
Collection<TypeReference> typeRefs,
Map<Class,Class> subclassReplacements,
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 | Method and Description |
---|---|
Bridge |
JAXBContextImpl.createBridge(TypeReference ref) |
QName |
JAXBContextImpl.getTypeName(TypeReference tr) |
Modifier and Type | Method and Description |
---|---|
JAXBContextImpl.JAXBContextBuilder |
JAXBContextImpl.JAXBContextBuilder.setTypeRefs(Collection<TypeReference> val) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.