Uses of Interface
com.sun.xml.bind.v2.model.core.TypeInfo
Packages that use TypeInfo
Package
Description
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.xml.bind.v2.model.core
Subinterfaces of TypeInfo in com.sun.xml.bind.v2.model.coreModifier and TypeInterfaceDescriptioninterfaceArrayInfo<T,C> Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any enclodingClassInfo.)interfaceBuiltinLeafInfo<T,C> JAXB spec designates a few Java classes to be mapped to leaves in XML.interfaceClassInfo<T,C> Information about JAXB-bound class.interfaceElement<T,C> TypeInfothat maps to an element.interfaceElementInfo<T,C> A particular use (specialization) ofJAXBElement.interfaceEnumLeafInfo<T,C> NonElementthat represents anEnumclass.interfaceLeafInfo<T,C> EitherBuiltinLeafInfoorEnumLeafInfo.interfaceMaybeElement<T,C> SomeNonElementcan optionally be anElement.interfaceNonElement<T,C> TypeInfothat maps to an element.interfaceWildcardTypeInfo<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 theClassInfoorElementInfoto 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 ofTypeInfos that this property references.Collection<? extends TypeInfo<T,C>> ReferencePropertyInfo.ref()List ofTypeInfos 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 TypeClassDescriptionclassArrayInfoImpl<TypeT,ClassDeclT, FieldT, MethodT> Public because XJC needs to access itclassBuiltinLeafInfoImpl<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.classClassInfoImpl<T,C, F, M> A part of theClassInfothat doesn't depend on a particular reflection library.classBuiltinLeafInfoImplwith 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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface