Uses of Interface
org.glassfish.jaxb.core.v2.model.core.ClassInfo
-
Packages that use ClassInfo Package Description 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 ClassInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ClassInfo Modifier and Type Method Description ClassInfo<T,C>ClassInfo. getBaseClass()Obtains the information about the base class.ClassInfo<T,C>Element. getScope()If non-null, this element is only active inside the given scope.Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type ClassInfo Modifier and Type Method Description Map<C,? extends ClassInfo<T,C>>TypeInfoSet. beans()Returns all theClassInfos known to this set. -
Uses of ClassInfo in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement ClassInfo Modifier and Type Class Description classClassInfoImpl<T,C,F,M>A part of theClassInfothat doesn't depend on a particular reflection library. -
Uses of ClassInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of ClassInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeClassInfo -
Uses of ClassInfo in org.glassfish.jaxb.runtime.v2.schemagen
Methods in org.glassfish.jaxb.runtime.v2.schemagen with parameters of type ClassInfo Modifier and Type Method Description voidXmlSchemaGenerator. add(ClassInfo<T,C> clazz)Adds a new class to the list of classes to be written.
-