Uses of Interface
org.glassfish.jaxb.core.v2.model.core.BuiltinLeafInfo
-
Packages that use BuiltinLeafInfo 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. -
-
Uses of BuiltinLeafInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement BuiltinLeafInfo Modifier and Type Class Description 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. -
Uses of BuiltinLeafInfo in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return types with arguments of type BuiltinLeafInfo Modifier and Type Method Description Map<T,? extends BuiltinLeafInfo<T,C>>TypeInfoSet. builtins()Returns all theBuiltinLeafInfos known to this set. -
Uses of BuiltinLeafInfo in org.glassfish.jaxb.runtime.v2.model.impl
Classes in org.glassfish.jaxb.runtime.v2.model.impl that implement BuiltinLeafInfo 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.classRuntimeBuiltinLeafInfoImpl<T>BuiltinLeafInfoImplwith a support for runtime. -
Uses of BuiltinLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of BuiltinLeafInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeBuiltinLeafInfo
-