Uses of Package
com.sun.xml.bind.v2.model.core

Packages that use com.sun.xml.bind.v2.model.core
com.sun.xml.bind.v2.model.annotation   
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.annotation
ErrorHandler
          listen to static errors found during building a JAXB model from a set of classes.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.core
Adapter
          Adapter that wraps XmlJavaTypeAdapter.
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
BuiltinLeafInfo
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
ClassInfo
          Information about JAXB-bound class.
Element
          TypeInfo that maps to an element.
ElementInfo
          A particular use (specialization) of JAXBElement.
ElementPropertyInfo
          Property that maps to an element.
EnumConstant
          Individual constant of an enumeration.
EnumLeafInfo
          NonElement that represents an Enum class.
ID
           
LeafInfo
          Either BuiltinLeafInfo or EnumLeafInfo.
MaybeElement
          Some NonElement can optionally be an Element.
NonElement
          TypeInfo that maps to an element.
NonElementRef
          Reference to a NonElement.
PropertyInfo
          Information about a JAXB-bound property.
PropertyKind
          An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
Ref
          Reference to a type in a model.
TypeInfo
          Either ClassInfo, ElementInfo, or LeafInfo.
TypeRef
          Information about a type referenced from ElementPropertyInfo.
WildcardMode
          Mode of the wildcard.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.