Uses of Interface
org.glassfish.jaxb.core.v2.model.core.NonElement
-
Packages that use NonElement Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.schemagen Schema generator. -
-
Uses of NonElement in com.sun.tools.xjc.model
Subinterfaces of NonElement in com.sun.tools.xjc.model Modifier and Type Interface Description interfaceCClassEitherCClassInfoorCClassRef.interfaceCNonElementNonElementat compile-time.Classes in com.sun.tools.xjc.model that implement NonElement Modifier and Type Class Description classCArrayInfoBecause XJC doesn't generate the array binding, this class will never show up in the model constructed by XJC.classCBuiltinLeafInfoEncapsulates 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.classCClassInfoMutableClassInforepresentation.classCClassRefReference to an existing class.classCEnumLeafInfoTransducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.Methods in com.sun.tools.xjc.model that return NonElement Modifier and Type Method Description NonElement<NType,NClass>CEnumLeafInfo. getBaseType() -
Uses of NonElement in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of NonElement 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.interfaceEnumLeafInfo<T,C>NonElementthat represents anEnumclass.interfaceLeafInfo<T,C>EitherBuiltinLeafInfoorEnumLeafInfo.interfaceMaybeElement<T,C>SomeNonElementcan optionally be anElement.Methods in org.glassfish.jaxb.core.v2.model.core that return NonElement Modifier and Type Method Description NonElement<T,C>TypeInfoSet. getAnyTypeInfo()Gets theTypeInfofor the any type.NonElement<T,C>EnumLeafInfo. getBaseType()Returns the base type of the enumeration.NonElement<T,C>TypeInfoSet. getClassInfo(C type)NonElement<T,C>ElementInfo. getContentType()Short forgetProperty().ref().get(0).NonElement<T,C>ArrayInfo. getItemType()T of T[].NonElement<T,C>MapPropertyInfo. getKeyType()Type of the key of the map.NonElement<T,C>AttributePropertyInfo. getTarget()Gets the type of the attribute.NonElement<T,C>NonElementRef. getTarget()Target of the reference.NonElement<T,C>TypeInfoSet. getTypeInfo(Ref<T,C> ref)Returns a type information for the given reference.NonElement<T,C>TypeInfoSet. getTypeInfo(T type)Returns aTypeInfofor the given type.NonElement<T,C>MapPropertyInfo. getValueType()Type of the value of the map. -
Uses of NonElement in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement NonElement Modifier and Type Class Description classArrayInfoImpl<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.classRuntimeBuiltinLeafInfoImpl<T>BuiltinLeafInfoImplwith a support for runtime.Methods in org.glassfish.jaxb.runtime.v2.model.impl that return NonElement Modifier and Type Method Description NonElement<T,C>ModelBuilder. getClassInfo(C clazz, boolean searchForSuperClass, Locatable upstream)For limited cases where the caller needs to search for a super class.NonElement<T,C>ModelBuilder. getClassInfo(C clazz, Locatable upstream)Builds a JAXBClassInfomodel from a given class declaration and adds that to this model owner.NonElement<TypeT,ClassDeclT>ArrayInfoImpl. getItemType()NonElement<T,C>ModelBuilder. getTypeInfo(Ref<T,C> ref)This method is used to add a root reference to a model.NonElement<T,C>ModelBuilder. getTypeInfo(T t, Locatable upstream)Have the builder recognize the type (if it hasn't done so yet), and returns aNonElementthat represents it. -
Uses of NonElement in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of NonElement in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeArrayInfointerfaceRuntimeBuiltinLeafInfointerfaceRuntimeClassInfointerfaceRuntimeEnumLeafInfointerfaceRuntimeLeafInfointerfaceRuntimeNonElement -
Uses of NonElement in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type NonElement Modifier and Type Method Description voidXmlSchemaGenerator. add(QName tagName, boolean isNillable, NonElement<T,C> type)Adds an additional element declaration.
-