Uses of Interface
org.glassfish.jaxb.core.v2.model.core.MaybeElement
-
Packages that use MaybeElement 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. -
-
Uses of MaybeElement in org.glassfish.jaxb.core.v2.model.core
Subinterfaces of MaybeElement in org.glassfish.jaxb.core.v2.model.core Modifier and Type Interface Description 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. -
Uses of MaybeElement in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement MaybeElement Modifier and Type Class Description classBuiltinLeafInfoImpl<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. -
Uses of MaybeElement in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of MaybeElement in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeBuiltinLeafInfointerfaceRuntimeClassInfointerfaceRuntimeEnumLeafInfointerfaceRuntimeLeafInfo
-