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. -
-
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.
-