Uses of Interface
com.sun.xml.bind.v2.model.core.TypeInfo
Packages that use TypeInfo
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
The specialization of
com.sun.xml.bind.v2.model.core
for the runtime.-
Uses of TypeInfo in com.sun.tools.xjc.model
Subinterfaces of TypeInfo in com.sun.tools.xjc.modelModifier and TypeInterfaceDescriptioninterface
EitherCClassInfo
orCClassRef
.interface
interface
NonElement
at compile-time.interface
TypeInfo
at the compile-time.Classes in com.sun.tools.xjc.model that implement TypeInfoModifier and TypeClassDescriptionfinal class
Because XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.class
Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.final class
MutableClassInfo
representation.final class
Reference to an existing class.final class
ElementInfo
implementation for the compile-time model.final class
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.final class
CTypeInfo
for the DOM node. -
Uses of TypeInfo in com.sun.xml.bind.v2.model.core
Subinterfaces of TypeInfo in com.sun.xml.bind.v2.model.coreModifier and TypeInterfaceDescriptioninterface
ArrayInfo<T,
C> Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any enclodingClassInfo
.)interface
BuiltinLeafInfo<T,
C> JAXB spec designates a few Java classes to be mapped to leaves in XML.interface
ClassInfo<T,
C> Information about JAXB-bound class.interface
Element<T,
C> TypeInfo
that maps to an element.interface
ElementInfo<T,
C> A particular use (specialization) ofJAXBElement
.interface
EnumLeafInfo<T,
C> NonElement
that represents anEnum
class.interface
LeafInfo<T,
C> EitherBuiltinLeafInfo
orEnumLeafInfo
.interface
MaybeElement<T,
C> SomeNonElement
can optionally be anElement
.interface
NonElement<T,
C> TypeInfo
that maps to an element.interface
WildcardTypeInfo<T,
C> Type referenced as a result of having the wildcard.Methods in com.sun.xml.bind.v2.model.core that return TypeInfoModifier and TypeMethodDescriptionPropertyInfo.parent()
Gets theClassInfo
orElementInfo
to which this property belongs.Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type TypeInfoModifier and TypeMethodDescriptionRegistryInfo.getReferences()
Returns all the references to other types in this registry.Collection<? extends TypeInfo<T,
C>> PropertyInfo.ref()
List ofTypeInfo
s that this property references.Collection<? extends TypeInfo<T,
C>> ReferencePropertyInfo.ref()
List ofTypeInfo
s that this property references. -
Uses of TypeInfo in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement TypeInfoModifier and TypeClassDescriptionclass
ArrayInfoImpl<TypeT,
ClassDeclT, FieldT, MethodT> Public because XJC needs to access itclass
BuiltinLeafInfoImpl<TypeT,
ClassDeclT> JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.class
ClassInfoImpl<T,
C, F, M> A part of theClassInfo
that doesn't depend on a particular reflection library.class
BuiltinLeafInfoImpl
with a support for runtime. -
Uses of TypeInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of TypeInfo in com.sun.xml.bind.v2.model.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
interface
interface
interface