|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JAXBContextImpl | |
---|---|
com.sun.xml.bind.v2.runtime | Code that implements JAXBContext, Unmarshaller, and Marshaller. |
com.sun.xml.bind.v2.runtime.property | |
com.sun.xml.bind.v2.runtime.unmarshaller |
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime |
---|
Fields in com.sun.xml.bind.v2.runtime declared as JAXBContextImpl | |
---|---|
(package private) JAXBContextImpl |
MarshallerImpl.context
reference to the context that created this object |
JAXBContextImpl |
XMLSerializer.grammar
|
Methods in com.sun.xml.bind.v2.runtime with parameters of type JAXBContextImpl | |
---|---|
Loader |
AnyTypeBeanInfo.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ArrayBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ClassBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ElementBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
abstract Loader |
JaxBeanInfo.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
Gets the Loader that will unmarshall the given object. |
Loader |
LeafBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
Loader |
ValueListBeanInfoImpl.getLoader(JAXBContextImpl context,
boolean typeSubstitutionCapable)
|
protected void |
ClassBeanInfoImpl.link(JAXBContextImpl grammar)
|
void |
ElementBeanInfoImpl.link(JAXBContextImpl grammar)
|
protected void |
JaxBeanInfo.link(JAXBContextImpl grammar)
Called after all the JaxBeanInfo s are created. |
Constructors in com.sun.xml.bind.v2.runtime with parameters of type JAXBContextImpl | |
---|---|
AnyTypeBeanInfo(JAXBContextImpl grammar,
RuntimeTypeInfo anyTypeInfo)
|
|
ArrayBeanInfoImpl(JAXBContextImpl owner,
RuntimeArrayInfo rai)
|
|
BinderImpl(JAXBContextImpl _context,
InfosetScanner<XmlNode> scanner)
|
|
BridgeContextImpl(JAXBContextImpl context)
|
|
ClassBeanInfoImpl(JAXBContextImpl owner,
RuntimeClassInfo ci)
|
|
ElementBeanInfoImpl(JAXBContextImpl grammar)
The constructor for the sole instanceof JaxBeanInfo for
handling user-created JAXBElement . |
|
ElementBeanInfoImpl(JAXBContextImpl grammar,
RuntimeElementInfo rei)
|
|
JaxBeanInfo(JAXBContextImpl grammar,
RuntimeTypeInfo rti,
java.lang.Class<BeanT> jaxbType,
javax.xml.namespace.QName typeName,
boolean isElement,
boolean isImmutable,
boolean hasLifecycleEvents)
|
|
LeafBeanInfoImpl(JAXBContextImpl grammar,
RuntimeLeafInfo li)
|
|
MarshallerImpl(JAXBContextImpl c,
AssociationMap assoc)
|
|
ValueListBeanInfoImpl(JAXBContextImpl owner,
java.lang.Class arrayType)
|
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.property |
---|
Fields in com.sun.xml.bind.v2.runtime.property declared as JAXBContextImpl | |
---|---|
JAXBContextImpl |
UnmarshallerChain.context
|
Methods in com.sun.xml.bind.v2.runtime.property with parameters of type JAXBContextImpl | |
---|---|
static Property |
PropertyFactory.create(JAXBContextImpl grammar,
RuntimePropertyInfo info)
Creates/obtains a properly configured Property
object from the given description. |
Uses of JAXBContextImpl in com.sun.xml.bind.v2.runtime.unmarshaller |
---|
Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as JAXBContextImpl | |
---|---|
protected JAXBContextImpl |
UnmarshallerImpl.context
Owning JAXBContext |
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return JAXBContextImpl | |
---|---|
JAXBContextImpl |
UnmarshallingContext.getJAXBContext()
|
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl | |
---|---|
void |
StructureLoader.init(JAXBContextImpl context,
ClassBeanInfoImpl beanInfo,
Accessor<?,java.util.Map<javax.xml.namespace.QName,java.lang.String>> attWildcard)
Completes the initialization. |
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type JAXBContextImpl | |
---|---|
UnmarshallerImpl(JAXBContextImpl context,
AssociationMap assoc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |