A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractInlineAnnotationReaderImpl<T,C,F,M> - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
AnnotationReaderthat reads annotation from classes, not from external binding files. - AbstractInlineAnnotationReaderImpl() - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
- acc - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- Accessor<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Accesses a particular property of a bean.
- Accessor(Class<ValueT>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- Accessor.FieldReflection<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Accessorthat uses Java reflection to access a field. - Accessor.GetterOnlyReflection<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
A version of
Accessor.GetterSetterReflectionthat doesn't have any setter. - Accessor.GetterSetterReflection<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Accessorthat uses Java reflection to access a getter and a setter. - Accessor.ReadOnlyFieldReflection<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Read-only access to
Field. - Accessor.SetterOnlyReflection<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
A version of
Accessor.GetterSetterReflectionthaat doesn't have any getter. - AccessorException - Exception in org.glassfish.jaxb.runtime.api
-
Signals an error in
RawAccessor. - AccessorException() - Constructor for exception org.glassfish.jaxb.runtime.api.AccessorException
- AccessorException(String) - Constructor for exception org.glassfish.jaxb.runtime.api.AccessorException
- AccessorException(String, Throwable) - Constructor for exception org.glassfish.jaxb.runtime.api.AccessorException
- AccessorException(Throwable) - Constructor for exception org.glassfish.jaxb.runtime.api.AccessorException
- AccessorFactory - Interface in org.glassfish.jaxb.runtime
-
A means to allow the user to provide customized Accessor to be used by JAXB.
- AccessorFactoryImpl - Class in org.glassfish.jaxb.runtime
- adapt(Class<T>, Class<? extends XmlAdapter<T, ValueT>>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- adapt(Adapter<Type, Class>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- add(QName, boolean, NonElement<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Adds an additional element declaration.
- add(ArrayInfo<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
- add(ClassInfo<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Adds a new class to the list of classes to be written.
- add(ElementInfo<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Adds a new element to the list of elements to be written.
- add(EnumLeafInfo<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
- add(Accessor<BeanT, PropT>, Lister<BeanT, PropT, ItemT, PackT>, ItemT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
-
Adds a new item to this packing scope.
- addAttribute(String, String, String, String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Add an attribute to the end of the list.
- addInner(XmlNode, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
-
Records the new
element <->innerpeer association. - addInscopeBinding(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
This method can be called after
XMLSerializer.startDocument(org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput, boolean, java.lang.String, java.lang.String)is called but before the marshalling begins, to set the currently in-scope namespace bindings. - addOuter(XmlNode, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
-
Records the new
element <-> outerpeer association. - addPatcher(Patcher) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Adds a job that will be executed at the last of the unmarshalling.
- addRegistry(C, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Visits a class with
XmlRegistryand records all the element mappings in it. - addToIdTable(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Adds the object which is currently being unmarshalled to the ID table.
- addToPack(PackT, ItemT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Once the
Lister.startPacking(BeanT, org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor<BeanT, PropT>)is called, you can add values to the pack by using this method. - addToPack(T, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
- addType(PropertyInfoImpl<T, C, F, M>) - Method in interface org.glassfish.jaxb.runtime.v2.model.impl.DummyPropertyInfo
- addUsed(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- all() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ContentModelContainer
- all() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TypeDefParticle
- allNillable - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- allocateOffset() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.UnmarshallerChain
-
Allocates a new
Scopeoffset. - Annotated - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- annotation() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotated
- annotation() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- Annotation - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ANNOTATION_READER - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to use alternativeRuntimeAnnotationReaderimplementation. - annotations - Variable in class org.glassfish.jaxb.runtime.api.TypeReference
-
The annotations associated with the reference of this type.
- any() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ContentModelContainer
- any() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.NestedParticle
- Any - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- anyAttribute() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.AttrDecls
- AnyTypeAdapter - Class in org.glassfish.jaxb.runtime
-
XmlAdapteruseful for mapping interfaces. - AnyTypeAdapter() - Constructor for class org.glassfish.jaxb.runtime.AnyTypeAdapter
- append(char) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
-
Appends a new character to the end of the buffer.
- appinfo() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotation
- Appinfo - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- Array(Loader) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader.Array
- ArrayInfoImpl<TypeT,ClassDeclT,FieldT,MethodT> - Class in org.glassfish.jaxb.runtime.v2.model.impl
-
Public because XJC needs to access it
- ArrayInfoImpl(ModelBuilder<TypeT, ClassDeclT, FieldT, MethodT>, Locatable, TypeT) - Constructor for class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- arrays() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- asElement() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
-
Deprecated.always return null at this level.
- asElement() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- AssociationMap<XmlNode> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Bi-directional map between elements, inner peers, and outer peers.
- AssociationMap() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- attachmentMarshaller - Variable in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- attName - Variable in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
-
Attribute name.
- AttrDecls - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- attribute() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.AttrDecls
- attribute() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SchemaTop
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.C14nXmlOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- attribute(int, String, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- attribute(int, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- attribute(String, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- attribute(Name, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.C14nXmlOutput
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- attribute(Name, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- attribute(Name, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- AttributeAccessor<BeanT> - Interface in org.glassfish.jaxb.runtime.v2.runtime
- attributeFormDefault(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- AttributeProperty<BeanT> - Class in org.glassfish.jaxb.runtime.v2.runtime.property
-
Propertyimplementation forAttributePropertyInfo. - AttributeProperty(JAXBContextImpl, RuntimeAttributePropertyInfo) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- AttributesEx - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Attributesextension that allows attribute values to be exposed asCharSequence. - AttributesExImpl - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
AttributesEximplementation. - AttributesExImpl() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesExImpl
- AttributesImpl - Class in org.glassfish.jaxb.runtime.util
-
Default implementation of the Attributes interface.
- AttributesImpl() - Constructor for class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Construct a new, empty AttributesImpl object.
- AttributesImpl(Attributes) - Constructor for class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Copy an existing Attributes object.
- AttributeType - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- attributeWildcard - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
If this class has a declared (not inherited) attribute wildcard, keep the reference to it.
- atts - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Used only for the enterElement event.
- attWildcardAsAttributes(Map<QName, String>, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- attWildcardAsURIs(Map<QName, String>, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
B
- BACKUP_WITH_PARENT_NAMESPACE - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
If true and element namespace is not specified, namespace of parent element will be used.
- backupWithParentNamespace - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
If true, despite the specification, unmarshall child element with parent namespace, if child namespace is not specified.
- base(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexRestriction
- base(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ExtensionType
- base(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleRestrictionModel
- Base64Data - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire.
- Base64Data() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- beanInfos - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
All created
JaxBeanInfos. - beans() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- beginStartTag(int, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- beginStartTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- beginStartTag(Name) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Writes a start tag.
- beginStartTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
Writes a start tag.
- beginStartTagWithNamespaces(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- bind(String, Object) - Method in class org.glassfish.jaxb.runtime.IDResolver
-
Binds the given object to the specified ID.
- BinderImpl<XmlNode> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Implementation of
Binder. - block(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- block(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Element
- block(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- block(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Element
- blockDefault(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- blockDefault(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- Bridge<T> - Class in org.glassfish.jaxb.runtime.api
-
Mini-marshaller/unmarshaller that is specialized for a particular element name and a type.
- Bridge(JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.api.Bridge
- BridgeContext - Class in org.glassfish.jaxb.runtime.api
-
Deprecated.The caller no longer needs to use this, as
Bridgehas methods that can work withoutBridgeContext. - BridgeContext() - Constructor for class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.
- BridgeContextImpl - Class in org.glassfish.jaxb.runtime.v2.runtime
-
BridgeContextimplementation. - bridges - Variable in class org.glassfish.jaxb.runtime.api.CompositeStructure
- buf - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- buf - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- build() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- build() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.Pack
- buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.StructureLoaderBuilder
-
Every Property class has an implementation of buildChildElementUnmarshallers which will fill in the specified
QNameMapby elements that are expected by this property. - buildChildElementUnmarshallers(UnmarshallerChain, QNameMap<ChildLoader>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- Builder() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException.Builder
- builtinBeanInfos - Static variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
-
List of all
RuntimeBuiltinLeafInfoImpls. - BuiltinLeafInfoImpl<TypeT,ClassDeclT> - Class in org.glassfish.jaxb.runtime.v2.model.impl
-
JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
- BuiltinLeafInfoImpl(TypeT, QName...) - Constructor for class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
- builtins() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- byElement(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- byPeer(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- ByteArrayOutputStreamEx - Class in org.glassfish.jaxb.runtime.v2.util
-
ByteArrayOutputStreamwith access to its raw buffer. - ByteArrayOutputStreamEx() - Constructor for class org.glassfish.jaxb.runtime.v2.util.ByteArrayOutputStreamEx
- ByteArrayOutputStreamEx(int) - Constructor for class org.glassfish.jaxb.runtime.v2.util.ByteArrayOutputStreamEx
C
- C14N - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- c14nSupport - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
true to reorder attributes lexicographically in preparation of the c14n support.
- C14nXmlOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputthat generates canonical XML. - C14nXmlOutput(OutputStream, Encoded[], boolean, CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.C14nXmlOutput
- canBeReferencedByIDREF() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
-
Deprecated.why are you calling a method whose return value is always known?
- canBeReferencedByIDREF() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
A
ClassInfocan be referenced byXmlIDREFif it has an ID property. - CANONICALIZATION_SUPPORT - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)andMarshaller.setProperty(String, Object)to enable the c14n marshalling support in theJAXBContext. - CATCH_ALL - Static variable in interface org.glassfish.jaxb.runtime.v2.runtime.property.StructureLoaderBuilder
-
Magic
QNameused to store a handler for the rest of the elements. - characters(char[], int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- charAt(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Encode this binary data in the base64 encoding and returns the character at the specified position.
- charAt(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- charAt(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- check() - Method in class org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException.Builder
-
If an error was reported, throw the exception.
- checkedCast(Map<?, ?>, Class<K>, Class<V>) - Static method in class org.glassfish.jaxb.runtime.v2.util.TypeCast
-
Makes sure that a map contains the right type, and returns it to the desirable type.
- checkFieldXmlLocation(F) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
This hook is used by
RuntimeClassInfoImplto look forXmlLocation. - childAsRoot(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- childAsSoleContent(Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
The equivalent of:
- childAsXsiType(Object, String, JaxBeanInfo, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
This method is called when a type child object is found.
- childElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Discarder
- childElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DomLoader
- childElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Called when this loaderis an active loaderand we see a new child start tag.
- childElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- ChildLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- ChildLoader(Loader, Receiver) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ChildLoader
- choice() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ContentModelContainer
- choice() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.NestedParticle
- choice() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TypeDefParticle
- ClassBeanInfoImpl<BeanT> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
JaxBeanInfoimplementation for j2s bean. - ClassInfoImpl<T,C,F,M> - Class in org.glassfish.jaxb.runtime.v2.model.impl
-
A part of the
ClassInfothat doesn't depend on a particular reflection library. - classLoader - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
User-supplied
ClassLoaderfor converting name toClass. - ClassLocatable<C> - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
Locatableimplementation for a class. - ClassLocatable(Locatable, C, Navigator<?, C, ?, ?>) - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.ClassLocatable
- classResolver - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Used to discover additional classes when we hit unknown elements/types.
- ClassResolver - Class in org.glassfish.jaxb.runtime.api
-
Dynamically locates classes to represent elements discovered during the unmarshalling.
- ClassResolver() - Constructor for class org.glassfish.jaxb.runtime.api.ClassResolver
- clazz - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- clear() - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Clear the attribute list for reuse.
- clearCurrentProperty() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Takes care of cleaning the currentProperty.
- clearStates() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- close() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Must be called from same thread which created the UnmarshallerImpl instance.
- close() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- closeStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Writes
'>'to close the start tag, if necessary. - closeStartTagPending - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Set to true to indicate that we need to write
'>'to close a start tag. - CollectionLister(Class<? extends T>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
- collectionMode - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
True to allow new URIs to be declared.
- CollisionCheckStack<E> - Class in org.glassfish.jaxb.runtime.v2.util
-
Stack-like data structure that allows the following efficient operations: Push/pop operation. - CollisionCheckStack() - Constructor for class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- com.sun.xml.bind - module com.sun.xml.bind
- compact() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
-
Reallocate the buffer to the exact size of the data to reduce the memory footprint.
- compareTo(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Name
- compareTo(AttributeProperty) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- complexContent() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeModel
- ComplexContent - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ComplexExtension - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ComplexRestriction - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- complexType() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeHost
- ComplexType - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ComplexTypeHost - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ComplexTypeModel - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- CompositeStructure - Class in org.glassfish.jaxb.runtime.api
-
A JAXB Bean that works like a DOM.
- CompositeStructure() - Constructor for class org.glassfish.jaxb.runtime.api.CompositeStructure
- CompositeStructureBeanInfo - Class in org.glassfish.jaxb.runtime.v2.runtime
- CompositeStructureBeanInfo(JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- CompositeTransducedAccessorImpl(JAXBContextImpl, Transducer<ValueT>, Accessor<BeanT, ValueT>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- conclude() - Method in class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
-
Wraps up everything and creates
NameList. - Const - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
- Const() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- containsAdapter(Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- containsKey(String, String) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- ContentModelContainer - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Used to write a content model.
- context - Variable in class org.glassfish.jaxb.runtime.api.Bridge
- context - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
-
The
JAXBContextImplfor which the model is built. - context - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- context - Variable in class org.glassfish.jaxb.runtime.v2.runtime.property.UnmarshallerChain
- context - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
- context - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Owning
JAXBContext - ContextFactory - Class in org.glassfish.jaxb.runtime.v2
-
This class is responsible for producing RI JAXBContext objects.
- ContextFactory() - Constructor for class org.glassfish.jaxb.runtime.v2.ContextFactory
- coordinator - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- Coordinator - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Object that coordinates the marshalling/unmarshalling.
- Coordinator() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- core - Variable in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- count() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Number of total bindings declared.
- count() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
-
Gets the number of bindings declared on this element.
- create(A, Locatable) - Static method in class org.glassfish.jaxb.runtime.v2.model.annotation.LocatableAnnotation
-
Wraps the annotation into a proxy so that the returned object will also implement
Locatable. - create(Type, ID, Adapter<Type, Class>) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Gets a reference to the appropriate
Listerobject if the field is a multi-value field. - create(XMLStreamWriter, JAXBContextImpl, CharacterEscapeHandler) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
-
Creates a new
XmlOutputfrom aXMLStreamWriter. - create(JAXBContextImpl, RuntimePropertyInfo) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.property.PropertyFactory
-
Creates/obtains a properly configured
Propertyobject from the given description. - createAccessorSeed(M, M) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
Creates a new
GetterSetterPropertySeedobject. - createArrayInfo(Locatable, Type) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- createArrayInfo(Locatable, T) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- createAttributeName(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
- createAttributeName(QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
- createAttributeProperty(PropertySeed<T, C, F, M>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- createAugmented(Class<?>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Creates a
JAXBContextImplthat includes the specified additional classes. - createBinder() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createBinder(Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createBridge(TypeReference) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Creates a mini-marshaller/unmarshaller that can process a
TypeReference. - createBridge(TypeReference) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createBridgeContext() - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Creates a new
BridgeContextinstance. - createBridgeContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createClassInfo(C, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- createClassInfo(Class, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- createContext(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean) - Static method in class org.glassfish.jaxb.runtime.v2.ContextFactory
-
Deprecated.use
createContext(Class[] classes, Map<String,Object> properties)method instead - createContext(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean, boolean) - Static method in class org.glassfish.jaxb.runtime.v2.ContextFactory
-
Deprecated.use
createContext( Class[] classes, Map<String,Object> properties)method instead - createContext(Class[], Map<String, Object>) - Static method in class org.glassfish.jaxb.runtime.v2.ContextFactory
-
The API will invoke this method via reflection
- createContext(Class<?>[], Map<String, ?>) - Method in class org.glassfish.jaxb.runtime.v2.JAXBContextFactory
-
Creates JAXB context.
- createContext(String, ClassLoader, Map<String, ?>) - Method in class org.glassfish.jaxb.runtime.v2.JAXBContextFactory
-
Creates JAXB context.
- createContext(String, ClassLoader, Map<String, Object>) - Static method in class org.glassfish.jaxb.runtime.v2.ContextFactory
-
The API will invoke this method via reflection.
- createElementInfo(RegistryInfoImpl<Type, Class, Field, Method>, Method) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- createElementInfo(RegistryInfoImpl<T, C, F, M>, M) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- createElementName(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
- createElementName(QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
- createElementProperty(PropertySeed<T, C, F, M>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- createEnumLeafInfo(C, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- createEnumLeafInfo(Class, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- createEscapeHandler(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- createFieldAccessor(Class, Field, boolean) - Method in interface org.glassfish.jaxb.runtime.AccessorFactory
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean) - Method in class org.glassfish.jaxb.runtime.AccessorFactoryImpl
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean, boolean) - Method in class org.glassfish.jaxb.runtime.AccessorFactoryImpl
-
Access a field of the class.
- createFieldAccessor(Class, Field, boolean, boolean) - Method in interface org.glassfish.jaxb.runtime.InternalAccessorFactory
-
Access a field of the class.
- createFieldSeed(F) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
Creates a new
FieldPropertySeedobject. - createInstance(Class<?>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Creates a new instance of the specified class.
- createInstance(JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Creates a new instance of the specified class.
- createInstance(UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- createInstance(UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- createInstance(UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- createInstance(UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Creates a new instance of the bean.
- createInstanceFromValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- createJAXBIntrospector() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createLeaves(Navigator<TypeT, ClassDeclT, ?, ?>) - Static method in class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
-
Creates all the
BuiltinLeafInfoImpls as specified in the spec. - createMapProperty(PropertySeed<T, C, F, M>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- createMarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createPropertyAccessor(Class, Method, Method) - Method in interface org.glassfish.jaxb.runtime.AccessorFactory
-
Access a property of the class.
- createPropertyAccessor(Class, Method, Method) - Method in class org.glassfish.jaxb.runtime.AccessorFactoryImpl
-
Access a property of the class.
- createQName() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Creates
QName. - createQName() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
-
Creates a new QName object from
QNameMap.Entry.nsUriandQNameMap.Entry.localName. - createReferenceProperty(PropertySeed<T, C, F, M>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- createTransducer(RuntimeNonElementRef) - Static method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
-
Creates a
Transducergiven a reference. - createTransformerHandler(boolean) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Creates a new identity transformer.
- createTypeInfoSet() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- createTypeInfoSet() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- createUnmarshalException(SAXException) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- createUnmarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createUnmarshallerHandler(InfosetScanner, boolean, JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Creates and configures a new unmarshalling pipe line.
- createValidator() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- createValueProperty(PropertySeed<T, C, F, M>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- createWriter(OutputStream) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- createWriter(OutputStream, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- createWriter(Writer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- createWriter(Writer, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- CycleRecoverable - Interface in org.glassfish.jaxb.runtime
-
Optional interface that can be implemented by JAXB-bound objects to handle cycles in the object graph.
- CycleRecoverable.Context - Interface in org.glassfish.jaxb.runtime
-
This interface is implemented by the JAXB RI to provide information about the on-going marshalling process.
D
- DataSourceSource - Class in org.glassfish.jaxb.runtime.v2.util
-
Sourceimplementation backed byDataHandler. - DataSourceSource(DataHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- DataSourceSource(DataSource) - Constructor for class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- DatatypeConverterImpl - Class in org.glassfish.jaxb.runtime
-
Deprecated.in JAXB 2.2.4 - use jakarta.xml.bind.DatatypeConverterImpl instead or let us know why you can't
- DatatypeConverterImpl() - Constructor for class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- declareNamespace(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- declareNamespace(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Obtain the value of the field and declares the namespace URIs used in the value.
- declareNamespace(String, String, boolean) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.NamespaceContext2
-
Declares a new namespace binding within the current context.
- declareNamespace(String, String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- declareNamespace(T, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- declareNamespace(T, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- declareNamespace(ValueT, XMLSerializer) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Declares the namespace URIs used in the given value to
w. - declareNsUri(String, String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Returns the prefix index to the specified URI.
- declaresAttributeWildcard() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- DEFAULT_NAMESPACE_REMAP - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to reassign the default namespace URI to something else at the runtime. - default_value_boolean - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_byte - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_char - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_double - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_float - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_int - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_long - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- default_value_short - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Const
- defaultNsUri - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
JAXB doesn't want to use namespaces unless we are told to, but WS-I BP conformace requires JAX-RPC to always use a non-empty namespace URI.
- DefaultTransducedAccessor<T> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
TransducedAccessorthat prints toString. - DefaultTransducedAccessor() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.DefaultTransducedAccessor
- DefaultValueLoaderDecorator - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Decorates another
Loaderby setting a default value. - DefaultValueLoaderDecorator(Loader, String) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
- DISABLE_XML_SECURITY - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
If true XML security features when parsing XML documents will be disabled.
- disableSecurityProcessing - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Disable security processing.
- Discarder - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Loaderimplementation that discards the whole sub-tree. - documentation() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotation
- Documentation - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- DomLoader<ResultT extends Result> - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Loads a DOM.
- DomLoader(DomHandler<?, ResultT>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DomLoader
- DOMOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputimplementation that does associative marshalling to DOM. - DOMOutput(Node, AssociationMap) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.DOMOutput
- DummyPropertyInfo<T,C,F,M> - Interface in org.glassfish.jaxb.runtime.v2.model.impl
-
PropertyInfothat allows to add additional elements to the collection.
E
- element() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ContentModelContainer
- element() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.NestedParticle
- element() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SchemaTop
- Element - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ElementBeanInfoImpl - Class in org.glassfish.jaxb.runtime.v2.runtime
-
JaxBeanInfoimplementation forRuntimeElementInfo. - ElementBeanInfoImpl(JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
-
The constructor for the sole instanceof
JaxBeanInfofor handling user-createdJAXBElement. - elementFormDefault(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- elementOnlyContent() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Returns true if this property has an element-only content.
- ENABLE_XOP - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Marshaller/Unmarshaller property to enable XOP processing.
- encode(int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- encodeByte(int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- Encoded - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
Buffer for UTF-8 encoded string.
- Encoded() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- Encoded(String) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- ENCODING_HANDLER - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- ENCODING_HANDLER2 - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- endAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Switches to the "marshal child texts/elements" mode.
- endDocument() - Method in class org.glassfish.jaxb.runtime.IDResolver
-
Called after the unmarshalling completes.
- endDocument() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- endDocument() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- endDocument() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- endDocument() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
- endDocument() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- endDocument(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Called at the very end.
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
Called at the very end.
- endDocument(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- endElement() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Ends marshalling of an element.
- endElement(String, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- endElement(XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- endElement(TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- endElement(TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- endElement(TagName) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
- endNamespaceDecls(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- endPacking(PackT, BeanT, Accessor<BeanT, PropT>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Finally, call this method to wraps up the
pack. - endPacking(T, BeanT, Accessor<BeanT, T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
- endPrefixMapping(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- endPrefixMapping(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- endPrefixMapping(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- endPrefixMapping(String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Called after
XmlVisitor.endElement(org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName)event to notify the end of a binding. - endScope(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Ends the current packing scope.
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.C14nXmlOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.DOMOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- endStartTag() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- endStartTag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- endTag(int, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- endTag(int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- endTag(Name) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
- endTag(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- ensureSize(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- entrySet() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- enumeration() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleRestrictionModel
- enums() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- equal(String, String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.Util
-
determine if two Strings are iqual allowing null values
- equals(Object) - Method in class org.glassfish.jaxb.runtime.api.TypeReference
- equals(Object) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
- equals(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Name
- equalsIgnoreCase(String, String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.Util
-
determine if two Strings are equal ignoring case allowing null values
- error(IllegalAnnotationException) - Method in class org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException.Builder
- error(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- error(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.util.FatalAdapter
- ERROR - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
- errorMissingId(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Called when a referenced object doesn't have an ID.
- errorUnresolvedIDREF(Object, String, LocatorEx) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Called when there's no corresponding ID value.
- escape(char[], int, int, boolean, Writer) - Method in class org.glassfish.jaxb.runtime.marshaller.NioEscapeHandler
- escapeURI(String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.Util
-
Escape any characters that would cause the single arg constructor of java.net.URI to complain about illegal chars.
- expectedType - Variable in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- expectText - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- expectText() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
True if this loader expects the
Loader.text(UnmarshallingContext.State, CharSequence)method to be called. - expectText() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Deprecated.
- expectText() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor.TextPredictor
-
Returns true if the visitor is expecting a text event as the next event.
- ExplicitGroup - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- extension() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexContent
- extension() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleContent
- ExtensionType - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
F
- f - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- FACTORY - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- fastBoot - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
If true, we aim for faster
JAXBContextinstantiation performance, instead of going after efficient sustained unmarshalling/marshalling performance. - FastInfosetStreamWriterOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputforStAXDocumentSerializer. - FastInfosetStreamWriterOutput(StAXDocumentSerializer, JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- FatalAdapter - Class in org.glassfish.jaxb.runtime.v2.util
-
Maps an error to a fatal error.
- FatalAdapter(ErrorHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.util.FatalAdapter
- fatalError(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- fatalError(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.util.FatalAdapter
- FieldAccessor_Boolean - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean fields. - FieldAccessor_Boolean() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Boolean
- FieldAccessor_Byte - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor byte fields. - FieldAccessor_Byte() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Byte
- FieldAccessor_Character - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor char fields. - FieldAccessor_Character() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Character
- FieldAccessor_Double - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor double fields. - FieldAccessor_Double() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Double
- FieldAccessor_Float - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor float fields. - FieldAccessor_Float() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Float
- FieldAccessor_Integer - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor int fields. - FieldAccessor_Integer() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Integer
- FieldAccessor_Long - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor long fields. - FieldAccessor_Long() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Long
- FieldAccessor_Ref - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor reference type fields. - FieldAccessor_Ref() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Ref
- FieldAccessor_Short - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor short fields. - FieldAccessor_Short() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Short
- FieldLocatable<F> - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
Locatableimplementation for a field. - FieldLocatable(Locatable, F, Navigator<?, ?, F, ?>) - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.FieldLocatable
- FieldReflection(Field) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- FieldReflection(Field, boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- FilterTransducer<T> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Transducerthat delegates to anotherTransducer. - FilterTransducer(Transducer<T>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- finalDefault(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- finalDefault(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- finalize() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- findDuplicate(E) - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- finish() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
-
Finishes up the current packing in progress (if any) and resets this object.
- fireAfterUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Fires the afterUnmarshal event if necessary.
- fireBeforeUnmarshal(JaxBeanInfo, Object, UnmarshallingContext.State) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Fires the beforeUnmarshal event if necessary.
- fixed(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.FixedOrDefault
- FixedOrDefault - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- flag - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Various boolean flags combined into one field to improve memory footprint.
- flushBuffer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- force(String, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.NamespaceContext2
-
Forcibly make a namespace declaration in effect.
- force(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- ForkXmlOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
- ForkXmlOutput(XmlOutput, XmlOutput) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- form(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalAttribute
- form(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalElement
- format(String) - Static method in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- format(String, Object) - Static method in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- format(String, Object[]) - Static method in class org.glassfish.jaxb.runtime.unmarshaller.Messages
-
Loads a string resource and formats it with specified arguments.
- format(String, Object, Object) - Static method in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- format(String, Object, Object, Object) - Static method in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- fullName(Method) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- fullName(M) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
-
Gets the fully-qualified name of the method.
G
- generateEpisode(Result) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Generates the episode file that represents the binding known to this
JAXBContext, so that XJC can later do separate compilation. - generateEpisode(Result) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- generateSchema(SchemaOutputResolver) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Generates the schema documents from the model.
- generateSchema(SchemaOutputResolver) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- get() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Gets the raw data.
- get(int) - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- get(B) - Method in class org.glassfish.jaxb.runtime.api.RawAccessor
-
Gets the value of the property of the given bean object.
- get(B) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.NullSafeAccessor
- get(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- get(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Gets the value of the property of the given bean object.
- get(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- get(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.SetterOnlyReflection
- get(Class<A>) - Method in class org.glassfish.jaxb.runtime.api.TypeReference
-
Finds the specified annotation from the array and returns it.
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Boolean
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Byte
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Character
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Double
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Float
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Integer
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Long
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Ref
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Short
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Boolean
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Byte
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Character
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Double
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Float
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Integer
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Long
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Ref
- get(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Short
- get(String, String) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Returns the value to which the specified keys are mapped in this QNameMap, or
nullif the map contains no mapping for this key. - get(QName) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- get(JAXBContextImpl, RuntimeNonElementRef) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Gets the
TransducedAccessorappropriately configured for the given property. - getAccessor() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Gets the
Accessorfor this property. - getAdapter(Class<A>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getAdapter(Class<A>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getAdapter(Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
-
Gets the instance of the adapter.
- getAllDeclaredPrefixes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Returns a list of all in-scope prefixes.
- getAllElements() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getAllFieldAnnotations(Field, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getAllMethodAnnotations(Method, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getAnnotation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
-
Gets the annotation object that this object is wrapping.
- getAnyTypeInfo() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getAttachmentMarshaller() - Method in class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.Gets the last
AttachmentMarshallerset throughAttachmentMarshaller. - getAttachmentMarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- getAttachmentMarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getAttachmentUnmarshaller() - Method in class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.Gets the last
AttachmentUnmarshallerset throughAttachmentUnmarshaller. - getAttachmentUnmarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- getAttachmentUnmarshaller() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getAttributeWildcard() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
-
If
ClassInfo.hasAttributeWildcard()is true, returns the accessor to access the property. - getBackup() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- getBase() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- getBaseClass() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getBaseClass() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
- getBaseType(Type, Class) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Gets the parameterization of the given base type.
- getBeanInfo() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- getBeanInfo(Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the
JaxBeanInfoobject that can handle the given JAXB-bound class. - getBeanInfo(Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getBeanInfo(Class<T>, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the
JaxBeanInfoobject that can handle the given JAXB-bound class. - getBeanInfo(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the
JaxBeanInfoobject that can handle the given JAXB-bound object. - getBeanInfo(Object, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the
JaxBeanInfoobject that can handle the given JAXB-bound object. - getBuffer() - Method in class org.glassfish.jaxb.runtime.v2.util.ByteArrayOutputStreamEx
- getBuildId() - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Gets the build information of the JAXB runtime.
- getBuildId() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getCachedBase64DataInstance() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Deprecated.
Base64Datais no longer cached, so that XMLStreamWriterEx impl can retain the data, like JAX-WS does. - getClassAnnotation(Class<A>, Class, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getClassArrayValue(Annotation, String) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getClassInfo(C, boolean, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
For limited cases where the caller needs to search for a super class.
- getClassInfo(C, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Builds a JAXB
ClassInfomodel from a given class declaration and adds that to this model owner. - getClassInfo(Class) - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getClassInfo(Class, boolean, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- getClassInfo(Class, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- getClassValue(Annotation, String) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getClazz() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getClazz() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- getClazz() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeLeafInfo
-
The same as
TypeInfo.getType()but returns the type as aClass. - getContentType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementInfo
- getContext() - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Gets the
JAXBRIContextto which this object belongs. - getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
-
Gets the context.
- getContext() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Returns the
UnmarshallingContextat the end of the chain. - getContextualNamespaceDecls() - Method in class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Returns a list of (prefix,namespace URI) pairs that represents namespace bindings available on ancestor elements (that need not be repeated by the JAXB RI.)
- getCurrent() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- getCurrentExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Allows to access attributes which are expected in current state.
- getCurrentExpectedElements() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Allows to access elements which are expected in current state.
- getCurrentLocation(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getCurrentProperty() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
May return null when the property hasn't been set.
- getCurrentState() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getCycleString() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
String that represents the cycle.
- getData(int) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesEx
-
The same as
Attributes.getValue(int) - getData(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesExImpl
- getData(String, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesEx
-
The same as
Attributes.getValue(String,String) - getData(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesExImpl
- getDataHandler() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Gets the raw data.
- getDataLen() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- getDataSource() - Method in class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- getDatatypeFactory() - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- getElement(Class, QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getElementDefaultValue() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- getElementInfo(Class, QName) - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getElementLocalName(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- getElementLocalName(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns the local name portion of the element name, if the bean that this class represents is mapped from/to an XML element.
- getElementLocalName(JAXBElement) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- getElementLocalName(CompositeStructure) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- getElementMappings(Class) - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getElementName() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
-
Deprecated.always return null at this level.
- getElementName() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getElementName(Class) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Allows to retrieve the element name based on Class.
- getElementName(Class) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getElementName(Object) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
If the given object is bound to an element in XML by JAXB, returns the element name.
- getElementName(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getElementNamespaceURI(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- getElementNamespaceURI(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns the namespace URI portion of the element name, if the bean that this class represents is mapped from/to an XML element.
- getElementNamespaceURI(JAXBElement) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- getElementNamespaceURI(CompositeStructure) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- getElementPropertyAccessor(Class<B>, String, String) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Gets a
RawAccessorfor the specified element property of the specified wrapper bean class. - getElementPropertyAccessor(Class, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getElementPropertyAccessor(String, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
If this property is mapped to the specified element, return an accessor to it.
- getElements() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeReferencePropertyInfo
- getErrorHandler() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
-
Always return a non-null valid
ErrorHandler - getErrorInstance() - Static method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Gets the special
Accessorused to recover from errors. - getErrorInstance() - Static method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Gets the special
Listerused to recover from an error. - getErrors() - Method in exception org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException
-
Returns a read-only list of
IllegalAnnotationExceptions wrapped in this exception. - getEventHandler() - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- getEventHandler() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getExact() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Gets the byte[] of the exact length.
- getExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyXsiLoader
- getExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Returns a set of tag names expected as possible child elements in this context.
- getExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- getExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader
- getExpectedAttributes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiTypeLoader
- getExpectedChildElements() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyXsiLoader
- getExpectedChildElements() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Returns a set of tag names expected as possible child elements in this context.
- getExpectedChildElements() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- getExpectedChildElements() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader
- getFactoryMethod() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getFactoryMethod() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
- getFieldAnnotation(Class<A>, Field, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getFieldName() - Method in class org.glassfish.jaxb.runtime.util.ValidationEventLocatorExImpl
- getFieldName() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
- getFieldName() - Method in interface org.glassfish.jaxb.runtime.ValidationEventLocatorEx
-
Returns the field name of the object where the error occured.
- getGlobalType(QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the
JaxBeanInfofor the given named XML Schema type. - getId(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- getId(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Gets the ID value of the given bean, if it has an ID value.
- getId(JAXBElement, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- getId(CompositeStructure, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- getIdentityTransformer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getIdValue(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- getIdValue(BeanT) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Gets the value of the property.
- getIdValue(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- getIndex(String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's index by qualified (prefixed) name.
- getIndex(String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's index by Namespace name.
- getIndexFast(String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Can be used if parameters are interned.
- getIndividualType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Gets the type of the individual item.
- getInfo() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Provides more
RuntimePropertyInfoinformation on the property. - getInlineBinaryFlag() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getInnerPeer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- getInnerPeer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the inner peer JAXB object associated with the current element.
- getInnerPeer(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- getInputStream() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Gets the data as an
InputStream. - getInputStream() - Method in class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- getInstance() - Static method in class org.glassfish.jaxb.runtime.AccessorFactoryImpl
- getInstance() - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
When called from within the realm of the unmarshaller, this method returns the current
UnmarshallingContextin charge. - getInstance() - Static method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
When called from within the realm of the marshaller, this method returns the current
XMLSerializerin charge. - getItemType() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- getItemType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeArrayInfo
- getJAXBContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getJAXBNode(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- getKeyType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeMapPropertyInfo
- getKind() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- getKind() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Gets the Kind of property
- getKind() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- getKnownNamespaceURIs() - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Gets the namespace URIs statically known to this
JAXBContext. - getKnownNamespaceURIs() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getLatestPushResult() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- getLength() - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return the number of attributes in the list.
- getLifecycleMethods() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Return the LifecycleMethods cache for this ClassBeanInfo's corresponding jaxbType if it exists, else return null.
- getListener() - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getListener() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getLoader() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- getLoader(JAXBContextImpl, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- getLoader(JAXBContextImpl, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- getLoader(JAXBContextImpl, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- getLoader(JAXBContextImpl, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Gets the
Loaderthat will unmarshall the given object. - getLocalName(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return an attribute's local name.
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.ClassLocatable
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.FieldLocatable
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.LocatableAnnotation
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.MethodLocatable
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
-
Gets the current location.
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getLocation() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getLocator() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the current source location information in SAX
Locator. - getLocatorField() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
-
If this JAXB bean has a property annotated with
XmlLocation, this method returns it. - getMarshaller() - Method in interface org.glassfish.jaxb.runtime.CycleRecoverable.Context
-
Returns the marshaller object that's doing the marshalling.
- getMethodAnnotation(Class<A>, Method, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getMethodAnnotation(Class<A>, M, M, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
- getMethodParameterAnnotation(Class<A>, Method, int, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getMimeType() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- getName() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getNamespaceContext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getNamespaceURI(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- getNamespaceURI(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Gets the namespace URI that is bound to the specified prefix.
- getNamespaceURI(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getNavigator() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- getNearestTypeName(QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Finds a type name that this context recognizes which is "closest" to the given type name.
- getNewlyDeclaredPrefixes() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Returns a list of prefixes newly declared on the current element.
- getNsUri(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
-
Gets the namespace URI declared in this context.
- getNumberOfAttributeNames() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getNumberOfElementNames() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getNumberOfLocalNames() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getObjectFromId(String, Class) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Looks up the ID table and gets associated object.
- getObjectIdentityCycleDetection() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getOne() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Returns one random item in the map.
- getOrCreate(RuntimeArrayInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getOrCreate(RuntimeClassInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getOrCreate(RuntimeEnumLeafInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getOrCreate(RuntimeTypeInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getOuterPeer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- getOuterPeer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the outer peer JAXB object associated with the current element.
- getOuterPeer(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.AssociationMap
- getPackageAnnotation(Class<A>, Class, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- getParent() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
-
Gets the parent
NamespaceContextImpl.Element. - getParentUriPath(String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.Util
-
Calculate the parent URI path of the given URI path.
- getPreDeclaredNamespaceUris() - Method in class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Returns a list of namespace URIs that should be declared at the root element.
- getPreDeclaredNamespaceUris2() - Method in class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Similar to
NamespacePrefixMapper.getPreDeclaredNamespaceUris()but allows the (prefix,nsUri) pairs to be returned. - getPredictor() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- getPredictor() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Deprecated.
- getPredictor() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Gets the predictor that can be used for the caller to avoid calling
XmlVisitor.text(CharSequence)unnecessarily. - getPreferredPrefix(String, String, boolean) - Method in class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
-
Returns a preferred prefix for the given namespace URI.
- getPrefix() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Gets the prefix.
- getPrefix(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
-
Gets the prefix declared in this context.
- getPrefix(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Gets the prefix from a prefix index.
- getPrefix(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Returns the prefix of the specified URI, or null if none exists.
- getPrefix(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getPrefixes(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- getPrefixes(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- getPrefixIndex(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Returns the prefix index of the specified URI.
- getPrefixMapper() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- getPrev() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- getProperties() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getProperties() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
- getProperty() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementInfo
- getProperty(String) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getProperty(String) - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeClassInfo
- getProperty(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- getProperty(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getProperty(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getQname() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Gets the qualified name of the tag.
- getQName(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return an attribute's qualified (prefixed) name.
- getRawType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Gets the "raw" type of the field.
- getReader() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- getReader() - Method in class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- getRegistry(String) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Gets a
RegistryInfofor the given package. - getResult() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- getResult() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the result of the unmarshalling
- getRuntimeTypeInfoSet() - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Allows you to access the runtime model information of the JAXB XML/Java binding.
- getRuntimeTypeInfoSet() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getSchema() - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- getSchema() - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- getSchema() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getSchemaType() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- getScope() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
Deprecated.you shouldn't be invoking this method on
ClassInfoImpl. - getScope() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementInfo
- getScope(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the currently active
Scope. - getScopeSize() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.UnmarshallerChain
-
Gets the number of total scope offset allocated.
- getSource() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
- getSource() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeRef
- getStructureLoader() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets StructureLoader if used as loader.
- getSubstitutionHead() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
-
The substitution hierarchy is the same as the inheritance hierarchy.
- getTarget() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeAttributePropertyInfo
- getTarget() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
- getTarget() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeRef
- getTarget() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeValuePropertyInfo
- getTarget() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- getter - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- GetterOnlyReflection(Method) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterOnlyReflection
- GetterSetterReflection(Method, Method) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- getTransducer() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- getTransducer() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeLeafInfo
-
This method doesn't take the reference properties defined on
RuntimeNonElementRefinto account (such as ID-ness.) - getTransducer() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElement
-
This method doesn't take the reference properties defined on
RuntimeNonElementRefinto account (such as ID-ness.) - getTransducer() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
-
If the XML representation of the referenced Java type is just a text, return a transducer that converts between the bean and XML.
- getTransducer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- getTransducer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- getTransducer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- getTransducer() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
If the bean's representation in XML is just a text, this method return a
Transducerthat lets you convert values between the text and the bean. - getType() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- getType() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeArrayInfo
-
Represents
T[]. - getType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementInfo
-
Returns the custom
JAXBElementclass tailored this element. - getType(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return an attribute's type by index.
- getType(String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's type by qualified (prefixed) name.
- getType(String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's type by Namespace-qualified name.
- getTypeInfo(Type) - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeTypeInfoSet
- getTypeInfo(Ref<T, C>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
This method is used to add a root reference to a model.
- getTypeInfo(T, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Have the builder recognize the type (if it hasn't done so yet), and returns a
NonElementthat represents it. - getTypeInfoSet() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Creates a
RuntimeTypeInfoSet. - getTypeName() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- getTypeName() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- getTypeName(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns the XML type name to be used to marshal the specified instance.
- getTypeName(TypeReference) - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Returns the name of the XML Type bound to the specified Java type.
- getTypeName(TypeReference) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getTypeName(T) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- getTypeName(T) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- getTypeName(ValueT) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Transducers implicitly work against a single XML type, but sometimes (most notably
XMLGregorianCalendar, an instance may choose different XML types. - getTypeNames() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
-
Returns all the type names recognized by this bean info.
- getTypeNames() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeLeafInfo
-
Returns all the type names recognized by this type for unmarshalling.
- getTypeNames() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns XML Schema type names if the bean is mapped from a complex/simple type of XML Schema.
- getTypeReference() - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Gets the
TypeReferencefrom which this bridge was created. - getTypes() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementPropertyInfo
- getUnadapted(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Sets the value without adapting the value.
- getUnmarshallerHandler() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- getUpstream() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.ClassLocatable
- getUpstream() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.FieldLocatable
- getUpstream() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.LocatableAnnotation
- getUpstream() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.MethodLocatable
- getUpstream() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
- getURI(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return an attribute's Namespace URI.
- getUseIdentity() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- getUTF8NameTable() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- getValidRootNames() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Returns the set of valid root tag names.
- getValue() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
- getValue(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Return an attribute's value by index.
- getValue(String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's value by qualified (prefixed) name.
- getValue(String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Look up an attribute's value by Namespace-qualified name.
- getValueType() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeMapPropertyInfo
- getValueType() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- getXMIMEContentType() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Gets the xmime:contentType value for the current object.
- getXMIMEContentType() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Gets the MIME type with which the binary content shall be printed.
- getXMIMEContentType(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Gets the value of the xmime:contentType attribute on the given object, or null if for some reason it couldn't be found, including any error.
- getXMLNode(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- getXmlNsSet() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Returns declared XmlNs annotations (from package-level annotation XmlSchema
- getXMLReader() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Obtains a configured XMLReader.
- grammar - Variable in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
H
- handleError(Exception) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Reports an exception found during the unmarshalling to the user.
- handleError(Exception) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- handleError(Exception, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- handleError(Exception, Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- handleError(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- handleEvent(ValidationEvent) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
-
Default error handling behavior fot
Marshaller. - handleEvent(ValidationEvent) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Default error handling behavior for
Unmarshaller. - handleEvent(ValidationEvent) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- handleEvent(ValidationEvent) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- handleEvent(ValidationEvent, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Reports an error to the user, and asks if s/he wants to recover.
- handleGenericError(Error) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- handleGenericException(Exception) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Last resort when something goes terribly wrong within the unmarshaller.
- handleGenericException(Exception, boolean) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- handleParseConversionException(UnmarshallingContext.State, Exception) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
This method is called by the generated derived class when a datatype parse method throws an exception.
- hasAfterMarshalMethod() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if
JaxBeanInfo.jaxbTypehas the lifecycle method. - hasAfterUnmarshalMethod() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if
JaxBeanInfo.jaxbTypehas the lifecycle method. - hasAttributeWildcard() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- hasBeforeMarshalMethod() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if
JaxBeanInfo.jaxbTypehas the lifecycle method. - hasBeforeUnmarshalMethod() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if
JaxBeanInfo.jaxbTypehas the lifecycle method. - hasClassAnnotation(Class, Class<? extends Annotation>) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- hasData() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Returns false if this object only has
DataHandlerand thereforeBase64Data.get()operation is likely going to be expensive. - hasElementOnlyContentModel() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if this bean has an element-only content model.
- hasElementOnlyContentModel(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
True if this bean has an element-only content model.
- hasEventHandler() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Returns true if an event handler is installed.
- hasFieldAnnotation(Class<? extends Annotation>, Field) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- hashCode() - Method in class org.glassfish.jaxb.runtime.api.TypeReference
- hashCode() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
- hasMethodAnnotation(Class<? extends Annotation>, Method) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- hasMethodAnnotation(Class<? extends Annotation>, String, M, M, Locatable) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
- hasNext() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.IDREFSIterator
- hasNext() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.reflect.ListIterator
-
Works like
Iterator.hasNext(). - hasProperties() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- hasSerializeURIAction() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- hasSerializeURIAction() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Returns true if
Property.serializeURIs(Object,XMLSerializer)performs some meaningful action. - hasSerializeURIAction() - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- hasStarted() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
-
Returns true if this scope object is filled by a packing in progress.
- hasSubClasses() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- hasSwaRef - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Set to true if the model includes
XmlAttachmentRef. - hasSwaRef() - Method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Returns true if this context includes a class that has
XmlAttachmentRef. - hasSwaRef() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
True if this JAXBContext has
XmlAttachmentRef. - hasValue(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- hasValue(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- hasValue(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Checks if the field has a value.
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Double
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Float
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Long
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Short
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Double
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Float
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Long
- hasValue(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Short
- hasValueProperty() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
I
- id(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotated
- id(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Annotation
- id(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- IDResolver - Class in org.glassfish.jaxb.runtime
-
Pluggable ID/IDREF handling layer.
- IDResolver() - Constructor for class org.glassfish.jaxb.runtime.IDResolver
- ignorableWhitespace(char[], int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- ILLEGAL_READER_STATE - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- IllegalAnnotationsException - Exception in org.glassfish.jaxb.runtime.v2.runtime
-
A list of
IllegalAnnotationExceptionwrapped in one exception. - IllegalAnnotationsException(List<IllegalAnnotationException>) - Constructor for exception org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException
- IllegalAnnotationsException.Builder - Class in org.glassfish.jaxb.runtime.v2.runtime
- Import - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- IMPROVED_XSI_TYPE_HANDLING - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Improves handling of xsi:type used on leaf properties.
- improvedXsiTypeHandling - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Improved xsi type handling.
- INDENT_STRING - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- IndentingUTF8XmlOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
UTF8XmlOutputwith indentation. - IndentingUTF8XmlOutput(OutputStream, String, Encoded[], CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- inheritsAttributeWildcard() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- init(JAXBContextImpl, ClassBeanInfoImpl, Accessor<?, Map<QName, String>>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
-
Completes the initialization.
- InlineBinaryTransducer<V> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Transducer that signals the runtime that this binary data shall be always inlined.
- InlineBinaryTransducer(Transducer<V>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.InlineBinaryTransducer
- INSTANCE - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Discarder
- IntArrayData - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Typed
CharSequencefor int[]. - IntArrayData() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- IntArrayData(int[], int, int) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- IntData - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Pcdatathat represents a single integer. - IntData() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- intercept(UnmarshallingContext.State, Object) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Intercepter
-
Called when the child loader is deactivated.
- Intercepter - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Used solely by
ElementBeanInfoImplto wrap the loaded value object into a JAXBElement object. - InternalAccessorFactory - Interface in org.glassfish.jaxb.runtime
-
A means to allow the user to provide customized Accessor to be used by JAXB.
- InterningXmlVisitor - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
XmlVisitordecorator that interns all string tokens. - InterningXmlVisitor(XmlVisitor) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- invoke(Object, Method, Object[]) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.LocatableAnnotation
- invokeAfterUnmarshalMethod(UnmarshallerImpl, Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Invokes the afterUnmarshal method if applicable.
- invokeBeforeUnmarshalMethod(UnmarshallerImpl, Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Invokes the beforeUnmarshal method if applicable.
- isAbstract() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- isAbstractable(Class) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Checks if it is not builtin jaxb class
- isAdapted() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Returns true if this accessor wraps an adapter.
- isAttribute - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Specifies if the Name is associated with an EII or AII
- isElement() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.BuiltinLeafInfoImpl
-
Deprecated.always return false at this level.
- isElement() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- isElement() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns true if the bean is mapped to/from an XML element.
- isEmpty() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Returns true if this map is empty.
- isFinal() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- isHiddenByOverride() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
- isImmutable() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Returns true if the bean is immutable.
- isMixed() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- isNil() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- isNilIncluded - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
- isNilIncluded() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.AttributeAccessor
- isNilIncluded() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
- isOrdered() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- isReplaced(C) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- isRootElement() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
-
Returns true if this
NamespaceContextImpl.Elementrepresents the root element that we are marshalling. - isSimpleType() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- isSimpleType() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- isValidating() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Deprecated.since 2.0
- isValueTypeAbstractable() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- itemType(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.List
- iterator(PropT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Iterates values of a multi-value property.
- iterator(T, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
J
- JAXB_ELEMENT_VALUE - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
AccessorforJAXBElement.getValue(). - JAXBContextBuilder() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- JAXBContextBuilder(JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- JAXBContextFactory - Class in org.glassfish.jaxb.runtime.v2
-
Creates JAXB context.
- JAXBContextFactory() - Constructor for class org.glassfish.jaxb.runtime.v2.JAXBContextFactory
- JAXBContextImpl - Class in org.glassfish.jaxb.runtime.v2.runtime
-
This class provides the implementation of JAXBContext.
- JAXBContextImpl.JAXBContextBuilder - Class in org.glassfish.jaxb.runtime.v2.runtime
- JaxBeanInfo<BeanT> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Encapsulates various JAXB operations on objects bound by JAXB.
- JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, boolean, boolean, boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
For
JaxBeanInfothat has no type names. - JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, QName[], boolean, boolean, boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
For
JaxBeanInfothat has multiple type names. - JaxBeanInfo(JAXBContextImpl, RuntimeTypeInfo, Class<BeanT>, QName, boolean, boolean, boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
For
JaxBeanInfothat has one type name. - JAXBRIContext - Class in org.glassfish.jaxb.runtime.api
-
JAXBContextenhanced with JAXB RI specific functionalities. - JAXBRIContext() - Constructor for class org.glassfish.jaxb.runtime.api.JAXBRIContext
- jaxbType - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Gets the JAXB bound class type that this
JaxBeanInfohandles.
K
- keySet() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- knownUri2prefixIndexMap - Variable in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
L
- lang(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Documentation
- lang(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- last() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.IDREFSIterator
-
Returns the last referenced object (not just its ID)
- leafElement(Name, int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- leafElement(Name, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- leafElement(Name, Pcdata, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- LeafPropertyLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Unmarshals a text into a property of the parent element.
- LeafPropertyLoader(TransducedAccessor) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyLoader
- LeafPropertyXsiLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- LeafPropertyXsiLoader(Loader, TransducedAccessor, Accessor) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyXsiLoader
- leaveElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DomLoader
- leaveElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Called when this loaderis an active loaderand we see an end tag.
- leaveElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ProxyLoader
- leaveElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- LEAVES - Static variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
-
All instances of
RuntimeBuiltinLeafInfoImpls keyed by their type. - len - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- length() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Gets the number of characters needed to represent this binary data in the base64 encoding.
- length() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- length() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- link() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Called after all the classes are added to the type set to "link" them together.
- link() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- link(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- link(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- link(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Called after all the
JaxBeanInfos are created. - list() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleDerivation
- List - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- Lister<BeanT,PropT,ItemT,PackT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Used to list individual values of a multi-value property, and to pack individual values into a multi-value property.
- Lister() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
- Lister.CollectionLister<BeanT,T extends Collection> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Listerfor a collection - Lister.IDREFSIterator - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Iteratorfor IDREFS lister. - Lister.Pack<ItemT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
- ListIterator<E> - Interface in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Almost like
Iteratorbut can throw JAXB specific exceptions. - ListTransducedAccessorImpl<BeanT,ListT,ItemT,PackT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
TransducedAccessorfor a list simple type. - ListTransducedAccessorImpl(Transducer<ItemT>, Accessor<BeanT, ListT>, Lister<BeanT, ListT, ItemT, PackT>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- loader - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ChildLoader
- Loader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- Loader() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- Loader(boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- local - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Local part of the attribute/element name.
- LocalAttribute - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- LocalElement - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- localName - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Local name.
- localName - Variable in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
-
The localPart.
- localNameIndex - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
- localNames - Variable in class org.glassfish.jaxb.runtime.v2.runtime.NameList
-
Local names by their indices.
- LocatableAnnotation - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
Annotationthat also implementsLocatable. - lookForLifecycleMethods() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
This method is used to determine which of the sub-classes should be interrogated for the existence of lifecycle methods.
M
- mangleNameToClassName(String) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Computes a Java class name from a local name.
- mangleNameToPropertyName(String) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Computes a Java class name from a local name.
- mangleNameToVariableName(String) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Computes a Java identifier from a local name.
- MAP_ANYURI_TO_URI - Static variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- marshal(DataHandler) - Method in class org.glassfish.jaxb.runtime.v2.runtime.SwaRefAdapter
- marshal(Marshaller, T, OutputStream, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(Marshaller, T, XMLStreamWriter) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(Marshaller, T, Result) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(Marshaller, T, Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(Marshaller, T, ContentHandler) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(Object) - Method in class org.glassfish.jaxb.runtime.AnyTypeAdapter
-
Noop.
- marshal(Object, OutputStream, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
-
Marshals to
OutputStreamwith the given in-scope namespaces taken into account. - marshal(Object, XMLEventWriter) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- marshal(Object, XMLStreamWriter) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- marshal(Object, Result) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- marshal(Object, XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- marshal(Object, XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- marshal(BridgeContext, T, OutputStream, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(BridgeContext, T, XMLStreamWriter) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(BridgeContext, T, Result) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(BridgeContext, T, Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(BridgeContext, T, ContentHandler) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, OutputStream, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Marshals the specified type object with the implicit element name associated with this instance of
Bridge. - marshal(T, OutputStream, NamespaceContext, AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, XMLStreamWriter) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, XMLStreamWriter, AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, Result) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, ContentHandler) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshal(T, ContentHandler, AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- marshaller - Variable in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- MarshallerImpl - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Implementation of
Marshallerinterface for the JAXB RI. - MarshallerImpl(JAXBContextImpl, AssociationMap) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- marshallerPool - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Pool of
Marshallers. - matches(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Checks if the given name pair matches this name.
- matches(Name) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
Checks if the given name pair matches this name.
- MAX_ERRORS - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The maximum number of errors to report.
- maxErrorsCount - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
The maximum number of errors unmarshall operation reports.
- maxOccurs(int) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Occurs
- maxOccurs(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Occurs
- memberTypes(QName[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Union
- Messages - Class in org.glassfish.jaxb.runtime.unmarshaller
-
Formats error messages.
- Messages() - Constructor for class org.glassfish.jaxb.runtime.unmarshaller.Messages
- MethodAccessor_Boolean - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Boolean() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Boolean
- MethodAccessor_Byte - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Byte() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Byte
- MethodAccessor_Character - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Character() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Character
- MethodAccessor_Double - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Double() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Double
- MethodAccessor_Float - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Float() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Float
- MethodAccessor_Integer - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Integer() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Integer
- MethodAccessor_Long - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Long() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Long
- MethodAccessor_Ref - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor reference types getter/setter. - MethodAccessor_Ref() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Ref
- MethodAccessor_Short - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
Accessorfor boolean getter/setter. - MethodAccessor_Short() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Short
- MethodLocatable<M> - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
Locatableimplementation for a method. - MethodLocatable(Locatable, M, Navigator<?, ?, ?, M>) - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.MethodLocatable
- MimeTypedTransducer<V> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Transducerdecorator that wraps anotherTransducerand sets the expected MIME type to the context. - MimeTypedTransducer(Transducer<V>, MimeType) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.MimeTypedTransducer
- minOccurs(int) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Occurs
- mixed(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexContent
- mixed(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeModel
- ModelBuilder<T,C,F,M> - Class in org.glassfish.jaxb.runtime.v2.model.impl
- ModelBuilder(AnnotationReader<T, C, F, M>, Navigator<T, C, F, M>, Map<C, C>, String) - Constructor for class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- MTOMXmlOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputdecorator that supports MTOM. - MTOMXmlOutput(XmlOutput) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
N
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalAttribute
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalElement
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleType
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelAttribute
- name(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelElement
- Name - Class in org.glassfish.jaxb.runtime.v2.runtime
-
The internal representation of an XML name.
- nameBuilder - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Used to assign indices to known names in this grammar.
- NameBuilder - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Creates
Names and assign index numbers to them. - NameBuilder() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.NameBuilder
- nameList - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Keeps the list of known names.
- nameList - Variable in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- NameList - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Namespace URIs and local names sorted by their indices.
- NameList(String[], boolean[], String[], int, int) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.NameList
- namespace(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Import
- namespace(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Wildcard
- namespace(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Wildcard
- NamespaceContext2 - Interface in org.glassfish.jaxb.runtime.v2.runtime
-
Maintains
namespace <-> prefixbindings. - NamespaceContextImpl - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
Keeps track of in-scope namespace bindings for the marshaller.
- NamespaceContextImpl(XMLSerializer) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- NamespaceContextImpl.Element - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
This model of namespace declarations maintain the following invariants.
- NamespacePrefixMapper - Class in org.glassfish.jaxb.runtime.marshaller
-
Implemented by the user application to determine URI
->prefix mapping. - NamespacePrefixMapper() - Constructor for class org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper
- namespaceURIs - Variable in class org.glassfish.jaxb.runtime.v2.runtime.NameList
-
Namespace URIs by their indices.
- nav - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- needsInterning(XMLReader) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- NestedParticle - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- newInstance(Class[], Collection<TypeReference>, String, boolean) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Deprecated.Compatibility with older versions.
- newInstance(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Creates a new
JAXBRIContext. - newInstance(Class[], Collection<TypeReference>, Map<Class, Class>, String, boolean, RuntimeAnnotationReader, boolean, boolean, boolean, boolean) - Static method in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Creates a new
JAXBRIContext. - newInstance(Locatable, Annotation) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
-
Factory method to create a new instance of the same kind.
- next() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.IDREFSIterator
- next() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.reflect.ListIterator
-
Works like
Iterator.next(). - nillable(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Element
- NioEscapeHandler - Class in org.glassfish.jaxb.runtime.marshaller
-
Uses JDK1.4 NIO functionality to escape characters smartly.
- NioEscapeHandler(String) - Constructor for class org.glassfish.jaxb.runtime.marshaller.NioEscapeHandler
- NoFixedFacet - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- normalizeUriPath(String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.Util
-
Calculate the normalized form of the given uriPath.
- nsContext - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
Set by the marshaller before the start tag is written for the root element.
- nsUri - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Namespace URI.
- nsUri - Variable in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
-
The namespace URI.
- nsUriCannotBeDefaulted - Variable in class org.glassfish.jaxb.runtime.v2.runtime.NameList
-
For each entry in
NameList.namespaceURIs, whether the namespace URI can be declared as the default. - nsUriIndex - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Index -1 is reserved for representing the empty namespace URI of attributes.
- nsUriIndex2prefixIndex - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
The conversion table from the namespace URI index to prefix index.
- NULL_READER - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- NullSafeAccessor<B,V,P> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Accessorwrapper that replaces a null with an empty collection. - NullSafeAccessor(Accessor<B, V>, Lister<B, V, ?, P>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.NullSafeAccessor
- numberOfAttributeNames - Variable in class org.glassfish.jaxb.runtime.v2.runtime.NameList
-
Number of Names for attributes
- numberOfElementNames - Variable in class org.glassfish.jaxb.runtime.v2.runtime.NameList
-
Number of Names for elements
O
- OBJECT_IDENTITY_CYCLE_DETECTION - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- Occurs - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- octetBuffer - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Buffer of octets for writing.
- octetBufferIndex - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Index in buffer to write to.
- onCycleDetected(CycleRecoverable.Context) - Method in interface org.glassfish.jaxb.runtime.CycleRecoverable
-
Called when a cycle is detected by the JAXB RI marshaller to nominate a new object to be marshalled instead.
- onID(Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- onIDREF(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- onNil(UnmarshallingContext.State) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader.Array
- onNil(UnmarshallingContext.State) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader
-
Called when xsi:nil='true' was found.
- onNil(UnmarshallingContext.State) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader.Single
- optimize(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- optimize(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- optimize(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Returns the optimized version of the same accessor.
- optimize(JAXBContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
- org.glassfish.jaxb.runtime - package org.glassfish.jaxb.runtime
- org.glassfish.jaxb.runtime.api - package org.glassfish.jaxb.runtime.api
-
Runtime API for the JAX-WS RI
- org.glassfish.jaxb.runtime.marshaller - package org.glassfish.jaxb.runtime.marshaller
- org.glassfish.jaxb.runtime.unmarshaller - package org.glassfish.jaxb.runtime.unmarshaller
- org.glassfish.jaxb.runtime.util - package org.glassfish.jaxb.runtime.util
- org.glassfish.jaxb.runtime.v2 - package org.glassfish.jaxb.runtime.v2
-
The JAXB 2.0 runtime
- org.glassfish.jaxb.runtime.v2.model.annotation - package org.glassfish.jaxb.runtime.v2.model.annotation
-
Abstraction around reading annotations, to support internal/external annotations.
- org.glassfish.jaxb.runtime.v2.model.impl - package org.glassfish.jaxb.runtime.v2.model.impl
-
Implementation of the org.glassfish.jaxb.j2s.model package.
- org.glassfish.jaxb.runtime.v2.model.runtime - package org.glassfish.jaxb.runtime.v2.model.runtime
-
The specialization of
org.glassfish.jaxb.core.v2.model.corefor the runtime. - org.glassfish.jaxb.runtime.v2.runtime - package org.glassfish.jaxb.runtime.v2.runtime
-
Code that implements JAXBContext, Unmarshaller, and Marshaller.
- org.glassfish.jaxb.runtime.v2.runtime.reflect - package org.glassfish.jaxb.runtime.v2.runtime.reflect
-
Abstraction around accessing data of actual objects.
- org.glassfish.jaxb.runtime.v2.runtime.unmarshaller - package org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- org.glassfish.jaxb.runtime.v2.schemagen - package org.glassfish.jaxb.runtime.v2.schemagen
-
Schema generator.
- org.glassfish.jaxb.runtime.v2.schemagen.xmlschema - package org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
XML Schema writer generated by TXW.
- org.glassfish.jaxb.runtime.v2.util - package org.glassfish.jaxb.runtime.v2.util
- out - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- out - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
P
- Pack(Class<ItemT>) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.Pack
- parent - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- parse(BeanT, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- parse(BeanT, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- parse(BeanT, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Parses the text value into the responsible field of the given bean.
- parse(CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- parse(CharSequence) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Converts the lexical representation to a value object.
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Double
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Float
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Long
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Short
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Double
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Float
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Long
- parse(Object, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Short
- parseAnySimpleType(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseBase64Binary(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseBoolean(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseByte(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseDate(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseDateTime(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseDecimal(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseDouble(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseFloat(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseHexBinary(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseInt(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseInteger(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseLong(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseQName(String, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseShort(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseString(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseTime(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseUnsignedInt(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- parseUnsignedShort(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- Particle - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
- Patcher - Interface in org.glassfish.jaxb.runtime.unmarshaller
-
Runs by UnmarshallingContext after all the parsing is done.
- Patcher - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- Pcdata - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
Text data in XML.
- Pcdata() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
- peek() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Returns the top of the stack.
- pop() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- pop() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Pops an object from the stack
- popCoordinator() - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
-
Called whenever an execution flow exits the realm of this
Coordinator. - PREFIX_MAPPER - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- print(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- print(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- print(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Prints the responsible field of the given bean to the writer.
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Double
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Float
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Long
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Short
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Double
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Float
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Long
- print(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Short
- print(T) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- print(T) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.DefaultTransducedAccessor
- print(V) - Method in class org.glassfish.jaxb.runtime.v2.runtime.InlineBinaryTransducer
- print(V) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MimeTypedTransducer
- print(V) - Method in class org.glassfish.jaxb.runtime.v2.runtime.SchemaTypeTransducer
- print(ValueT) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Converts the given value to its lexical representation.
- printAnySimpleType(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printBase64Binary(byte[]) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printBoolean(boolean) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printByte(byte) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printDate(Calendar) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printDateTime(Calendar) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printDecimal(BigDecimal) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printDouble(double) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printFloat(float) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printHexBinary(byte[]) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printInt(int) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printInteger(BigInteger) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printLong(long) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printQName(QName, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printShort(short) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printString(String) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printTime(Calendar) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printUnsignedInt(long) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- printUnsignedShort(int) - Method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- processContents(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Wildcard
- processingInstruction(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- properties - Variable in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
-
Properties of this bean class but not its ancestor classes.
- Property<BeanT> - Interface in org.glassfish.jaxb.runtime.v2.runtime.property
-
A JAXB property that constitutes a JAXB-bound bean.
- PropertyFactory - Class in org.glassfish.jaxb.runtime.v2.runtime.property
-
Create
Propertyobjects. - ProxyLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Loaderthat delegates the processing to anotherLoaderatProxyLoader.startElement(UnmarshallingContext.State, TagName). - ProxyLoader() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ProxyLoader
- push() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- push(E) - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Pushes a new object to the stack.
- pushCoordinator() - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
-
Called whenever an execution flow enters the realm of this
Coordinator. - pushNocheck(E) - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Pushes a new object to the stack without making it participate with the collision check.
- put(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
-
Puts this new binding into the declared prefixes list without doing any duplicate check.
- put(String, String, V) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Associates the specified value with the specified keys in this map.
- put(QName, V) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- put(Name, V) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- putAdapter(Class<? extends XmlAdapter>, XmlAdapter) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- putAll(QNameMap<? extends V>) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
Q
- qNameIndex - Variable in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Index of the Name for an EII or AII
- QNameMap<V> - Class in org.glassfish.jaxb.runtime.v2.util
-
Map keyed by
QName. - QNameMap() - Constructor for class org.glassfish.jaxb.runtime.v2.util.QNameMap
- QNameMap.Entry<V> - Class in org.glassfish.jaxb.runtime.v2.util
- Quick - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
Base implementation of
LocatableAnnotation. - Quick(Locatable) - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
R
- RawAccessor<B,V> - Class in org.glassfish.jaxb.runtime.api
-
Accesses a particular property of a bean.
- RawAccessor() - Constructor for class org.glassfish.jaxb.runtime.api.RawAccessor
- readAnnotation(Class<A>) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- reader - Variable in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- readFrom(InputStream) - Method in class org.glassfish.jaxb.runtime.v2.util.ByteArrayOutputStreamEx
-
Reads the given
InputStreamcompletely into the buffer. - ReadOnlyFieldReflection(Field) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
- ReadOnlyFieldReflection(Field, boolean) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
- receive(UnmarshallingContext.State, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- receive(UnmarshallingContext.State, Object) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Receiver
-
Called when the child loader is deactivated.
- receiver - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ChildLoader
- Receiver - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Receives an object by a child
Loader. - recordInnerPeer(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Notifies the context about the inner peer of the current element.
- recordOuterPeer(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Notifies the context about the outer peer of the current element.
- Redefinable - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- ref() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeElementPropertyInfo
- ref() - Method in interface org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
- ref(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalAttribute
- ref(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalElement
- relativize(String, String) - Static method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Relativizes a URI by using another URI (base URI.)
- removeAttribute(int) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Remove an attribute from the list.
- reportError(ValidationEvent) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- reportError(String, boolean) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- reportError(String, Exception, boolean) - Static method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- reportError(String, Throwable) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Report an error found as an exception.
- reportError(IllegalAnnotationException) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
- reportUnexpectedChildElement(TagName, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
- reset() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- reset() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
-
Initializes all the fields to null.
- reset() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Clears all the contents in the stack.
- reset(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- reset(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- reset(BeanT) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Resets the property value on the given object.
- reset(BeanT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- reset(BeanT, Accessor<BeanT, PropT>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Clears the values of the property.
- reset(BeanT, Accessor<BeanT, T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
- reset(BeanT, UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- reset(BeanT, UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Resets the object to the initial state, as if the object is created fresh.
- reset(JAXBElement, UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- reset(InfosetScanner, boolean, JaxBeanInfo, IDResolver) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- reset(CompositeStructure, UnmarshallingContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- resolve(String, Class) - Method in class org.glassfish.jaxb.runtime.IDResolver
-
Obtains the object to be pointed by the IDREF value.
- resolveElementName(String, String) - Method in class org.glassfish.jaxb.runtime.api.ClassResolver
-
JAXB calls this method when it sees an unknown element.
- restriction() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexContent
- restriction() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleContent
- restriction() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleDerivation
- RETAIN_REFERENCE_TO_INFO - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Retains references to PropertyInfos.
- retainPropertyInfo - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Store properties, so that they can be recovered in the run (is here because of JSON encoding of Jersey).
- run() - Method in interface org.glassfish.jaxb.runtime.unmarshaller.Patcher
-
Runs an post-action.
- run() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Patcher
- RuntimeAnnotationReader - Interface in org.glassfish.jaxb.runtime.v2.model.annotation
- RuntimeArrayInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeAttributePropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeBuiltinLeafInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeBuiltinLeafInfoImpl<T> - Class in org.glassfish.jaxb.runtime.v2.model.impl
-
BuiltinLeafInfoImplwith a support for runtime. - RuntimeClassInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeElement - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeElementInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeElementPropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeEnumLeafInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeInlineAnnotationReader - Class in org.glassfish.jaxb.runtime.v2.model.annotation
-
AnnotationReaderthat usesjava.lang.reflectto read annotations from class files. - RuntimeInlineAnnotationReader() - Constructor for class org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeInlineAnnotationReader
- RuntimeLeafInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeMapPropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeModelBuilder - Class in org.glassfish.jaxb.runtime.v2.model.impl
-
ModelBuilderthat works at the run-time by using thejava.lang.reflectpackage. - RuntimeModelBuilder(JAXBContextImpl, RuntimeAnnotationReader, Map<Class, Class>, String) - Constructor for class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeModelBuilder
- RuntimeNonElement - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeNonElementRef - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
-
Runtime version of
NonElementRef. - RuntimePropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
-
PropertyInfothat exposes more information. - RuntimeReferencePropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeTypeInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeTypeInfoSet - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
-
TypeInfoSetrefined for runtime. - RuntimeTypeRef - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
- RuntimeValuePropertyInfo - Interface in org.glassfish.jaxb.runtime.v2.model.runtime
S
- SAXConnector - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Receives SAX events and convert them to our internal events.
- SAXConnector(XmlVisitor, LocatorEx) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- SAXOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputimplementation that writes to SAXContentHandler. - SAXOutput(ContentHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- Schema - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- schemaLocation(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Import
- SchemaTop - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SchemaTypeTransducer<V> - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Transducerthat signals the runtime that this datatype is marshalled to a different XML Schema type. - SchemaTypeTransducer(Transducer<V>, QName) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.SchemaTypeTransducer
- Scope<BeanT,PropT,ItemT,PackT> - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Holds the information about packing scope.
- selectLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyXsiLoader
- selectLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ProxyLoader
-
Picks the loader to delegate to.
- selectLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.WildcardLoader
- selectLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader
- selectRootLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Based on the tag name, determine what object to unmarshal, and then set a new object and its loader to the current unmarshaller state.
- selectRootLoader(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
On top of
JAXBContextImpl.selectRootLoader(State, TagName), this method also consultsClassResolver. - sequence() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ContentModelContainer
- sequence() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.NestedParticle
- sequence() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TypeDefParticle
- serializeAttributes(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- serializeAttributes(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Serializes attributes into the specified target.
- serializeAttributes(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
-
Marshals one attribute.
- serializeAttributes(JAXBElement, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- serializeAttributes(CompositeStructure, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- serializeBody(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- serializeBody(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Serializes child elements and texts into the specified target.
- serializeBody(BeanT, XMLSerializer, Object) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
- serializeBody(BeanT, XMLSerializer, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- serializeBody(JAXBElement, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- serializeBody(CompositeStructure, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- serializer - Variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- serializer - Variable in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- serializeRoot(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- serializeRoot(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Serializes the bean as the root element.
- serializeRoot(JAXBElement, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- serializeRoot(CompositeStructure, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- serializeURIs(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- serializeURIs(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Declares all the namespace URIs this object is using at its top-level scope into the specified target.
- serializeURIs(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
- serializeURIs(BeanT, XMLSerializer) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
- serializeURIs(BeanT, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- serializeURIs(JAXBElement, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- serializeURIs(CompositeStructure, XMLSerializer) - Method in class org.glassfish.jaxb.runtime.v2.runtime.CompositeStructureBeanInfo
- set(byte[], int, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Fills in the data object by a portion of the byte[].
- set(byte[], String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Fills in the data object by the byte[] of the exact length.
- set(int[], int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
-
Sets the int[] data to this object.
- set(BeanT, ValueT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.FieldReflection
- set(BeanT, ValueT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterOnlyReflection
- set(BeanT, ValueT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- set(BeanT, ValueT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.ReadOnlyFieldReflection
- set(BeanT, ValueT) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Sets the value of the property of the given bean object.
- set(B, V) - Method in class org.glassfish.jaxb.runtime.api.RawAccessor
-
Sets the value of the property of the given bean object.
- set(B, V) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.NullSafeAccessor
- set(DataHandler) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Fills in the data object by a
DataHandler. - set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Boolean
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Byte
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Character
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Double
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Float
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Integer
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Long
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Ref
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Short
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Boolean
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Byte
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Character
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Double
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Float
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Integer
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Long
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Ref
- set(Object, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.MethodAccessor_Short
- set(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
- set(Base64Data, String) - Method in class org.glassfish.jaxb.runtime.v2.util.ByteArrayOutputStreamEx
- setAdapter(Class<A>, A) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- setAdapter(Class<A>, A) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- setAllNillable(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setAnnotationReader(RuntimeAnnotationReader) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.Sets the
AttachmentMarshaller. - setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.Sets the
AttachmentUnmarshaller. - setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- setAttribute(int, String, String, String, String, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set an attribute in the list.
- setAttributes(Attributes) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Copy an entire Attributes object.
- setBackup(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setBackupWithParentNamespace(Boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setC14NSupport(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setClasses(Class[]) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setDefaultNsUri(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setDisableSecurityProcessing(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setDocumentLocator(Locator) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- setElementDefaultValue(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setErrorHandler(ValidationEventHandler) - Method in class org.glassfish.jaxb.runtime.api.BridgeContext
-
Deprecated.Registers the error handler that receives unmarshalling/marshalling errors.
- setErrorHandler(ValidationEventHandler) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- setErrorHandler(ErrorHandler) - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.AbstractInlineAnnotationReaderImpl
- setErrorHandler(ErrorHandler) - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ModelBuilder
-
Sets the error handler that receives errors discovered during the model building.
- setEscape(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
-
Fill in the buffer by encoding the specified characters while escaping characters like <
- setEventHandler(ValidationEventHandler) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- setExpectedMimeType(MimeType) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
This method is used by
MimeTypedTransducerto set the expected MIME type for the encapsulatedTransducer. - setFactories(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- setHeader(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- setHiddenByOverride(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
- setImprovedXsiTypeHandling(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setInlineBinaryFlag(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- setInputStream(InputStream) - Method in class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- setIntercepter(Intercepter) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setLifecycleFlags() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
use reflection to determine which of the 4 object lifecycle methods exist on the JAXB bound type.
- setListener(Marshaller.Listener) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- setListener(Unmarshaller.Listener) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- setLoader(Loader) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setLocalName(int, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set the local name of a specific attribute.
- setMaxErrorsCount(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setNil(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setObjectIdentityCycleDetection(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- setPrefixMapper(NamespacePrefixMapper) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl
- setPrefixMapper(NamespacePrefixMapper) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- setProperty(String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- setProperty(String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- setProperty(String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- setQName(int, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set the qualified name of a specific attribute.
- setReader(Reader) - Method in class org.glassfish.jaxb.runtime.v2.util.DataSourceSource
- setReceiver(Receiver) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setRetainPropertyInfo(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setSchema(Schema) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- setSchema(Schema) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- setSchema(Schema) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- setSchemaType(QName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- setSubclassReplacements(Map<Class, Class>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setSupressAccessorWarnings(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setTagName(int, String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- setTagName(Name, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- setTarget(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext.State
- setter - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.GetterSetterReflection
- SetterOnlyReflection(Method) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor.SetterOnlyReflection
- setType(int, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set the type of a specific attribute.
- setTypeRefs(Collection<TypeReference>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- setUnadapted(BeanT, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
-
Sets the value without adapting the value.
- setURI(int, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set the Namespace URI of a specific attribute.
- setUseIdentity(boolean) - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
-
Set to false to use
Object.equals(Object)to detect cycles. - setValidating(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Deprecated.since 2.0
- setValue(int, String) - Method in class org.glassfish.jaxb.runtime.util.AttributesImpl
-
Set the value of a specific attribute.
- setValue(V) - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
- setXmlAccessorFactorySupport(boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl.JAXBContextBuilder
- shouldErrorBeReported() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- simpleContent() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexTypeModel
- SimpleContent - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SimpleDerivation - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SimpleExtension - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SimpleRestriction - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SimpleRestrictionModel - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- simpleType() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleTypeHost
- SimpleType - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- SimpleTypeHost - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- Single(Loader, Accessor) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader.Single
- size() - Method in class org.glassfish.jaxb.runtime.v2.util.CollisionCheckStack
- size() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
-
Returns the number of keys-value mappings in this map.
- skippedEntity(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- source(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Appinfo
- source(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Documentation
- StackRecorder - Class in org.glassfish.jaxb.runtime.v2.util
-
Created to record the caller stack trace in logging.
- StackRecorder() - Constructor for class org.glassfish.jaxb.runtime.v2.util.StackRecorder
- start(Accessor<BeanT, PropT>, Lister<BeanT, PropT, ItemT, PackT>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Scope
-
Starts the packing scope, without adding any item.
- startDocument() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- startDocument(ValidationEventHandler) - Method in class org.glassfish.jaxb.runtime.IDResolver
-
Called when the unmarshalling starts.
- startDocument(LocatorEx, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- startDocument(LocatorEx, NamespaceContext) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- startDocument(LocatorEx, NamespaceContext) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Notifies a start of the document.
- startDocument(XmlOutput, boolean, String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Reset this object to write to the specified output.
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Called at the very beginning.
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
-
Called at the very beginning.
- startDocument(XMLSerializer, boolean, int[], NamespaceContextImpl) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- startElement(String, String, String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- startElement(String, String, String, Attributes) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- startElement(Name, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- startElement(XmlOutput, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.NamespaceContextImpl.Element
- startElement(TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- startElement(TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- startElement(TagName) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Notifies a start tag of a new element.
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DefaultValueLoaderDecorator
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DomLoader
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyXsiLoader
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Called when the loader is activated, which is when a new start tag is seen and when the parent designated this loader as the child loader.
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ProxyLoader
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- startElement(UnmarshallingContext.State, TagName) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiTypeLoader
- startElementForce(String, String, String, Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Variation of
XMLSerializer.startElement(String, String, String, Object)that forces a specific prefix. - startPacking(BeanT, Accessor<BeanT, PropT>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister
-
Setting values to a multi-value property starts by creating a transient object called "pack" from the current field.
- startPacking(BeanT, Accessor<BeanT, T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Lister.CollectionLister
- startPrefixMapping(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- startPrefixMapping(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.SAXConnector
- startPrefixMapping(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- startPrefixMapping(String, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Called before
XmlVisitor.startElement(org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName)event to notify a new namespace binding. - startScope(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Starts a new packing scope.
- StAXExStreamWriterOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputforXMLStreamWriterEx. - StAXExStreamWriterOutput(XMLStreamWriterEx) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.StAXExStreamWriterOutput
- STRING - Static variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- StructureLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Loads children of an element.
- StructureLoader(ClassBeanInfoImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- StructureLoaderBuilder - Interface in org.glassfish.jaxb.runtime.v2.runtime.property
-
Component that contributes element unmarshallers into
StructureLoader. - SUBCLASS_REPLACEMENTS - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to specify specific classes that replace the reference to generic classes. - subSequence(int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Internally this is only used to split a text to a list, which doesn't happen that much for base64.
- subSequence(int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- subSequence(int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- substitutionGroup(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelElement
- superClazz - Variable in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
-
ClassBeanInfoImplthat represents the super class ofJaxBeanInfo.jaxbType. - SUPRESS_ACCESSOR_WARNINGS - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
Supress security warnings when trying to access fields through reflection.
- supressAccessorWarnings - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Suppress reflection accessor warnings.
- SwaRefAdapter - Class in org.glassfish.jaxb.runtime.v2.runtime
-
XmlAdapterthat binds the value as a SOAP attachment. - SwaRefAdapter() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.SwaRefAdapter
T
- tagName - Variable in class org.glassfish.jaxb.runtime.api.TypeReference
-
The associated XML element name that the JAX-RPC uses with this type reference.
- TagName - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Represents an XML tag name (and attributes for start tags.)
- TagName() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
- targetNamespace(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- text(byte[], int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Writes the given byte[] as base64 encoded binary to the output.
- text(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- text(CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.InterningXmlVisitor
- text(CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
- text(CharSequence) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XmlVisitor
-
Text events.
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- text(String, boolean) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Writes XML text with character escaping, if necessary.
- text(String, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- text(String, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Marshalls text.
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.FastInfosetStreamWriterOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.ForkXmlOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.IndentingUTF8XmlOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.MTOMXmlOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.SAXOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.StAXExStreamWriterOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- text(Pcdata, boolean) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutput
-
Writes XML text with character escaping, if necessary.
- text(Pcdata, boolean) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- text(Pcdata, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
The
XMLSerializer.text(String, String)method that takesPcdata. - text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.DomLoader
- text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.LeafPropertyLoader
- text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Loader
-
Called when this loaderis an active loaderand we see a chunk of text.
- text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.StructureLoader
- text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TextLoader
- text(UnmarshallingContext.State, CharSequence) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ValuePropertyLoader
- TEXT_HANDLER - Static variable in interface org.glassfish.jaxb.runtime.v2.runtime.property.StructureLoaderBuilder
-
Magic
QNameused to store a handler for the text. - TextLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Unmarshals a text into an object.
- TextLoader(Transducer) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TextLoader
- theInstance - Static variable in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- toItemType() - Method in class org.glassfish.jaxb.runtime.api.TypeReference
-
Creates a
TypeReferencefor the item type, if thisTypeReferencerepresents a collection type. - TopLevelAttribute - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- TopLevelElement - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- toQName() - Method in class org.glassfish.jaxb.runtime.v2.runtime.Name
-
Creates a
QNamefrom this. - toString() - Method in class org.glassfish.jaxb.runtime.util.ValidationEventLocatorExImpl
-
Returns a nice string representation for better debug experience.
- toString() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.LocatableAnnotation
- toString() - Method in class org.glassfish.jaxb.runtime.v2.model.annotation.Quick
- toString() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ArrayInfoImpl
- toString() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.ClassInfoImpl
- toString() - Method in exception org.glassfish.jaxb.runtime.v2.runtime.IllegalAnnotationsException
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.Name
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
-
Returns the base64 encoded string of this data.
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- toString() - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
- toString() - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Debug information of what's in this
XmlSchemaGenerator. - toString() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap.Entry
- toString() - Method in class org.glassfish.jaxb.runtime.v2.util.QNameMap
- TransducedAccessor<BeanT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
-
AccessorandTransducercombined into one object. - TransducedAccessor() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
- TransducedAccessor_field_Boolean - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a boolean field. - TransducedAccessor_field_Boolean() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Boolean
- TransducedAccessor_field_Byte - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a byte field. - TransducedAccessor_field_Byte() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Byte
- TransducedAccessor_field_Double - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a double field. - TransducedAccessor_field_Double() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Double
- TransducedAccessor_field_Float - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a float field. - TransducedAccessor_field_Float() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Float
- TransducedAccessor_field_Integer - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a byte field. - TransducedAccessor_field_Integer() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
- TransducedAccessor_field_Long - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a long field. - TransducedAccessor_field_Long() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Long
- TransducedAccessor_field_Short - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a short field. - TransducedAccessor_field_Short() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Short
- TransducedAccessor_method_Boolean - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a boolean field. - TransducedAccessor_method_Boolean() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Boolean
- TransducedAccessor_method_Byte - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a byte field. - TransducedAccessor_method_Byte() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Byte
- TransducedAccessor_method_Double - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a double field. - TransducedAccessor_method_Double() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Double
- TransducedAccessor_method_Float - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a float field. - TransducedAccessor_method_Float() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Float
- TransducedAccessor_method_Integer - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a byte field. - TransducedAccessor_method_Integer() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
- TransducedAccessor_method_Long - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a long field. - TransducedAccessor_method_Long() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Long
- TransducedAccessor_method_Short - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
-
Template
TransducedAccessorfor a short field. - TransducedAccessor_method_Short() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Short
- TransducedAccessor.CompositeTransducedAccessorImpl<BeanT,ValueT> - Class in org.glassfish.jaxb.runtime.v2.runtime.reflect
- Transducer<ValueT> - Interface in org.glassfish.jaxb.runtime.v2.runtime
-
Responsible for converting a Java object to a lexical representation and vice versa.
- TREAT_EVERYTHING_NILLABLE - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to allow unmarshaller to honorxsi:nilanywhere, even if they are not specifically allowed by the schema. - type - Variable in class org.glassfish.jaxb.runtime.api.TypeReference
-
The Java type that's being referenced.
- type(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.AttributeType
- type(QName) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Element
- TYPE_REFERENCES - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)to put additional JAXB type references into theJAXBContext. - TypeCast - Class in org.glassfish.jaxb.runtime.v2.util
- TypeCast() - Constructor for class org.glassfish.jaxb.runtime.v2.util.TypeCast
- TypeDefParticle - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- TypeHost - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- TypeReference - Class in org.glassfish.jaxb.runtime.api
-
A reference to a JAXB-bound type.
- TypeReference(QName, Type, Annotation...) - Constructor for class org.glassfish.jaxb.runtime.api.TypeReference
U
- UNDEFINED_PREFIX - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_ENTER_ATTRIBUTE - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_ENTER_ELEMENT - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_LEAVE_ATTRIBUTE - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_LEAVE_CHILD - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_LEAVE_ELEMENT - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_ROOT_ELEMENT - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- UNEXPECTED_TEXT - Static variable in class org.glassfish.jaxb.runtime.unmarshaller.Messages
- union() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleDerivation
- Union - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- unmarshal(Unmarshaller, InputStream) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Unmarshaller, XMLStreamReader) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Unmarshaller, Source) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Unmarshaller, Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(InputStream) - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Unmarshals the specified type object.
- unmarshal(Object) - Method in class org.glassfish.jaxb.runtime.AnyTypeAdapter
-
Noop.
- unmarshal(String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.SwaRefAdapter
- unmarshal(XMLEventReader) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XMLEventReader, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XMLStreamReader) - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Unmarshals the specified type object.
- unmarshal(XMLStreamReader) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XMLStreamReader, AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(XMLStreamReader, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(SAXSource) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
-
Deprecated.
- unmarshal(Source) - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Unmarshals the specified type object.
- unmarshal(Source, AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Source, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(BridgeContext, InputStream) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(BridgeContext, XMLStreamReader) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(BridgeContext, Source) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(BridgeContext, Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Node) - Method in class org.glassfish.jaxb.runtime.api.Bridge
-
Unmarshals the specified type object.
- unmarshal(Node) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(Node, AttachmentUnmarshaller) - Method in class org.glassfish.jaxb.runtime.api.Bridge
- unmarshal(Node, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XMLReader, InputSource) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XMLReader, InputSource, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- unmarshal(XmlNode, Class<T>) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- unmarshal0(InputStream, JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal0(XMLStreamReader, JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal0(Source, JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshal0(Node, JaxBeanInfo) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshaller - Variable in class org.glassfish.jaxb.runtime.v2.runtime.BridgeContextImpl
- UnmarshallerChain - Class in org.glassfish.jaxb.runtime.v2.runtime.property
-
Pass around a 'ticket dispenser' when creating new unmarshallers.
- UnmarshallerChain(JAXBContextImpl) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.property.UnmarshallerChain
- UnmarshallerImpl - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Default Unmarshaller implementation.
- UnmarshallerImpl(JAXBContextImpl, AssociationMap) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallerImpl
- unmarshallerPool - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
- UnmarshallingContext - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Center of the unmarshalling.
- UnmarshallingContext(UnmarshallerImpl, AssociationMap) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.UnmarshallingContext
-
Creates a new unmarshaller.
- UnmarshallingContext.State - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
State information for each element.
- updateJAXB(XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- updateXML(Object) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- updateXML(Object, XmlNode) - Method in class org.glassfish.jaxb.runtime.v2.runtime.BinderImpl
- uri - Variable in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.TagName
-
URI of the attribute/element name.
- use(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.LocalAttribute
- USE_JAXB_PROPERTIES - Static variable in class org.glassfish.jaxb.runtime.v2.ContextFactory
- USE_OLD_GMONTH_MAPPING - Static variable in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- useNamespace() - Method in class org.glassfish.jaxb.runtime.v2.model.impl.RuntimeBuiltinLeafInfoImpl
- useNamespace() - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- useNamespace() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.ListTransducedAccessorImpl
- useNamespace() - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
- useNamespace() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
If true, this
Transducerdoesn't declare any namespace, and thereforeTransducer.declareNamespace(Object, XMLSerializer)is no-op. - UTF8XmlOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputimplementation specialized for UTF-8. - UTF8XmlOutput(OutputStream, Encoded[], CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- Util - Class in org.glassfish.jaxb.runtime.v2.schemagen
-
TODO: JAX-WS dependes on this class - consider moving it somewhere more stable, Notify JAX-WS before modifying anything...
V
- ValidationEventLocatorEx - Interface in org.glassfish.jaxb.runtime
-
Defines additional accessor methods for the event source location.
- ValidationEventLocatorExImpl - Class in org.glassfish.jaxb.runtime.util
- ValidationEventLocatorExImpl(Object, String) - Constructor for class org.glassfish.jaxb.runtime.util.ValidationEventLocatorExImpl
- value() - Method in annotation type org.glassfish.jaxb.runtime.XmlAccessorFactory
- value(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.NoFixedFacet
- ValueProperty<BeanT> - Class in org.glassfish.jaxb.runtime.v2.runtime.property
-
Propertyimplementation forXmlValueproperties. - ValueProperty(JAXBContextImpl, RuntimeValuePropertyInfo) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.property.ValueProperty
- ValuePropertyLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Reads a text value and set to the current target.
- ValuePropertyLoader(TransducedAccessor) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.ValuePropertyLoader
- values - Variable in class org.glassfish.jaxb.runtime.api.CompositeStructure
- valueType - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
- version(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
W
- warning(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- warning(SAXParseException) - Method in class org.glassfish.jaxb.runtime.v2.util.FatalAdapter
- Wildcard - Interface in org.glassfish.jaxb.runtime.v2.schemagen.xmlschema
-
Auto-generated, do not edit.
- WildcardLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Feed incoming events to
DomHandlerand builds a DOM tree. - WildcardLoader(DomHandler, WildcardMode) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.WildcardLoader
- wrapUp() - Method in class org.glassfish.jaxb.runtime.v2.runtime.ClassBeanInfoImpl
- wrapUp() - Method in class org.glassfish.jaxb.runtime.v2.runtime.ElementBeanInfoImpl
- wrapUp() - Method in class org.glassfish.jaxb.runtime.v2.runtime.JaxBeanInfo
-
Called at the end of the
JAXBContextinitialization phase to clean up any unnecessary references. - wrapUp() - Method in interface org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Called at the end of the
JAXBContextinitialization phase to clean up any unnecessary references. - write(byte[]) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- write(byte[], int, int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- write(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Writes one byte directly into the buffer.
- write(SchemaOutputResolver, ErrorListener) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Write out the schema documents.
- write(Name, JaxBeanInfo<T>, T, XmlOutput, Runnable) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
-
Used by
BridgeImplto write an arbitrary object as a fragment. - write(UTF8XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Encoded
-
Writes the encoded bytes to the given output stream.
- writeDom(E, DomHandler<E, ?>, Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
- writeEpisodeFile(XmlSerializer) - Method in class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
-
Writes out the episode file.
- writeLeafElement(XMLSerializer, Name, BeanT, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- writeLeafElement(XMLSerializer, Name, BeanT, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Convenience method to write the value as a text inside an element without any attributes.
- writeLeafElement(XMLSerializer, Name, Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_field_Integer
- writeLeafElement(XMLSerializer, Name, Object, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.TransducedAccessor_method_Integer
- writeLeafElement(XMLSerializer, Name, T, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- writeLeafElement(XMLSerializer, Name, T, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.DefaultTransducedAccessor
- writeLeafElement(XMLSerializer, Name, ValueT, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Sends the result of the
Transducer.print(Object)operation to one of theXMLSerializer.leafElement(Name, String, String)method. - writeLeafElement(XMLSerializer, Name, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.InlineBinaryTransducer
- writeLeafElement(XMLSerializer, Name, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MimeTypedTransducer
- writeLeafElement(XMLSerializer, Name, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.SchemaTypeTransducer
- writeNsDecl(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
-
Writes a single namespace declaration for the specified prefix.
- writeNsDecls(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.C14nXmlOutput
-
Write namespace declarations after sorting them.
- writeNsDecls(int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.UTF8XmlOutput
- writeText(XMLSerializer, BeanT, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- writeText(XMLSerializer, BeanT, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor
-
Invokes one of the
XMLSerializer.text(String, String)method with the representation of data bested suited for this transduced accessor. - writeText(XMLSerializer, T, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.FilterTransducer
- writeText(XMLSerializer, T, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.reflect.DefaultTransducedAccessor
- writeText(XMLSerializer, ValueT, String) - Method in interface org.glassfish.jaxb.runtime.v2.runtime.Transducer
-
Sends the result of the
Transducer.print(Object)operation to one of theXMLSerializer.text(String, String)method, but with the best representation of the value, not necessarily String. - writeText(XMLSerializer, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.InlineBinaryTransducer
- writeText(XMLSerializer, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.MimeTypedTransducer
- writeText(XMLSerializer, V, String) - Method in class org.glassfish.jaxb.runtime.v2.runtime.SchemaTypeTransducer
- writeTo(char[], int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
-
Writes itself to the character array.
- writeTo(char[], int) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- writeTo(XMLStreamWriter) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- writeTo(UTF8XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.output.Pcdata
-
Writes itself to
UTF8XmlOutput. - writeTo(UTF8XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Base64Data
- writeTo(UTF8XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntArrayData
- writeTo(UTF8XmlOutput) - Method in class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.IntData
- writeXsiNilTrue() - Method in class org.glassfish.jaxb.runtime.v2.runtime.XMLSerializer
-
Short for the following call sequence:
X
- xacc - Variable in class org.glassfish.jaxb.runtime.v2.runtime.property.AttributeProperty
-
Heart of the conversion logic.
- xducer - Variable in class org.glassfish.jaxb.runtime.v2.runtime.reflect.TransducedAccessor.CompositeTransducedAccessorImpl
- XML_HEADERS - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- XmlAccessorFactory - Annotation Type in org.glassfish.jaxb.runtime
-
Identifies a user provided customized Accessor to be used.
- XMLACCESSORFACTORY_SUPPORT - Static variable in class org.glassfish.jaxb.runtime.api.JAXBRIContext
-
The property that you can specify to
JAXBContext.newInstance(java.lang.String)enable support of XmlAccessorFactory annotation in theJAXBContext. - xmlAccessorFactorySupport - Variable in class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl
-
Flag that user has provided a custom AccessorFactory for JAXB to use
- XMLDECLARATION - Static variable in class org.glassfish.jaxb.runtime.v2.runtime.MarshallerImpl
- XMLEventWriterOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputthat writes to StAXXMLEventWriter. - XMLEventWriterOutput(XMLEventWriter) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.XMLEventWriterOutput
- XmlOutput - Interface in org.glassfish.jaxb.runtime.v2.runtime.output
-
Well-formed XML writer.
- XmlOutputAbstractImpl - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
Abstract implementation of
XmlOutputImplements the optimal methods, where defer to the non-optimal methods. - XmlOutputAbstractImpl() - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.XmlOutputAbstractImpl
- XmlSchemaGenerator<T,C,F,M> - Class in org.glassfish.jaxb.runtime.v2.schemagen
-
Generates a set of W3C XML Schema documents from a set of Java classes.
- XmlSchemaGenerator(Navigator<T, C, F, M>, TypeInfoSet<T, C, F, M>) - Constructor for class org.glassfish.jaxb.runtime.v2.schemagen.XmlSchemaGenerator
- XMLSerializer - Class in org.glassfish.jaxb.runtime.v2.runtime
-
Receives XML serialization event and writes to
XmlOutput. - XMLStreamWriterOutput - Class in org.glassfish.jaxb.runtime.v2.runtime.output
-
XmlOutputthat writes to StAXXMLStreamWriter. - XMLStreamWriterOutput(XMLStreamWriter, CharacterEscapeHandler) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.output.XMLStreamWriterOutput
- XmlVisitor - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Walks the XML document structure.
- XmlVisitor.TextPredictor - Interface in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- XsiNilLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Looks for xsi:nil='true' and sets the target to null.
- XsiNilLoader(Loader) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiNilLoader
- XsiNilLoader.Array - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- XsiNilLoader.Single - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
- XsiTypeLoader - Class in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
-
Looks at @xsi:type and forwards to the right
Loader. - XsiTypeLoader(JaxBeanInfo) - Constructor for class org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.XsiTypeLoader
_
- _abstract(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- _abstract(boolean) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelElement
- _default(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.FixedOrDefault
- _final(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- _final(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleType
- _final(String) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelElement
- _final(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ComplexType
- _final(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.SimpleType
- _final(String[]) - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.TopLevelElement
- _getInstance() - Static method in class org.glassfish.jaxb.runtime.v2.runtime.Coordinator
- _import() - Method in interface org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Schema
- _parseBase64Binary(String) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseBoolean(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseByte(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseDateTime(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseDecimal(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseDouble(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseFloat(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseInt(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.Faster but less robust
String->intconversion. - _parseInteger(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseLong(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseQName(CharSequence, NamespaceContext) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _parseShort(CharSequence) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printBase64Binary(byte[]) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printBase64Binary(byte[], int, int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printBase64Binary(byte[], int, int, byte[], int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.Encodes a byte array into another byte array by first doing base64 encoding then encoding the result in ASCII.
- _printBase64Binary(byte[], int, int, char[], int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.Encodes a byte array into a char array by doing base64 encoding.
- _printBase64Binary(byte[], int, int, XMLStreamWriter) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printBoolean(boolean) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printByte(byte) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printDate(Calendar) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printDateTime(Calendar) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printDecimal(BigDecimal) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printDouble(double) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printFloat(float) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printInt(int) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printInteger(BigInteger) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printLong(long) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printQName(QName, NamespaceContext) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
- _printShort(short) - Static method in class org.glassfish.jaxb.runtime.DatatypeConverterImpl
-
Deprecated.
All Classes All Packages