Uses of Interface
org.glassfish.jaxb.core.v2.model.core.TypeInfo
-
Packages that use TypeInfo Package Description org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans. -
-
Uses of TypeInfo in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of TypeInfo in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description interfaceArrayInfo<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 org.glassfish.jaxb.core.v2.model.core that return TypeInfo Modifier and Type Method Description TypeInfo<T,C>PropertyInfo. parent()Gets theClassInfoorElementInfoto which this property belongs.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type TypeInfo Modifier and Type Method Description Set<TypeInfo<T,C>>RegistryInfo. 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.
-