Uses of Interface
com.sun.xml.bind.v2.model.core.LeafInfo
-
Packages that use LeafInfo Package Description com.sun.tools.xjc.model Implementation of thecom.sun.xml.bind.v2.model.corepackage for XJC.com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans.com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package.com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.corefor the runtime. -
-
Uses of LeafInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement LeafInfo 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.classCEnumLeafInfoTransducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec. -
Uses of LeafInfo in com.sun.xml.bind.v2.model.core
Subinterfaces of LeafInfo in com.sun.xml.bind.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.interfaceEnumLeafInfo<T,C>NonElementthat represents anEnumclass. -
Uses of LeafInfo in com.sun.xml.bind.v2.model.impl
Classes in com.sun.xml.bind.v2.model.impl that implement LeafInfo 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 LeafInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of LeafInfo in com.sun.xml.bind.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeBuiltinLeafInfointerfaceRuntimeEnumLeafInfointerfaceRuntimeLeafInfo
-