Uses of Interface
com.sun.xml.bind.v2.runtime.property.StructureLoaderBuilder

Packages that use StructureLoaderBuilder
com.sun.xml.bind.v2.runtime.property   
 

Uses of StructureLoaderBuilder in com.sun.xml.bind.v2.runtime.property
 

Subinterfaces of StructureLoaderBuilder in com.sun.xml.bind.v2.runtime.property
 interface Property<BeanT>
          A JAXB property that constitutes a JAXB-bound bean.
 

Classes in com.sun.xml.bind.v2.runtime.property that implement StructureLoaderBuilder
(package private)  class ArrayElementLeafProperty<BeanT,ListT,ItemT>
          ArrayProperty that contains only one leaf type.
(package private)  class ArrayElementNodeProperty<BeanT,ListT,ItemT>
          ArrayProperty that contains node values.
(package private)  class ArrayElementProperty<BeanT,ListT,ItemT>
          Property implementation for multi-value property that maps to an element.
(package private)  class ArrayERProperty<BeanT,ListT,ItemT>
          Commonality between ArrayElementProperty and ArrayReferenceNodeProperty.
(package private)  class ArrayProperty<BeanT,ListT,ItemT>
          Property implementation for multi-value properties (including arrays and collections.)
(package private)  class ArrayReferenceNodeProperty<BeanT,ListT,ItemT>
           
 class AttributeProperty<BeanT>
          Property implementation for AttributePropertyInfo.
(package private)  class ListElementProperty<BeanT,ListT,ItemT>
          Property implementation for ElementPropertyInfo whose ElementPropertyInfo.isValueList() is true.
(package private)  class PropertyImpl<BeanT>
           
(package private)  class SingleElementLeafProperty<BeanT>
          Property that contains a leaf value.
(package private)  class SingleElementNodeProperty<BeanT,ValueT>
           
(package private)  class SingleMapNodeProperty<BeanT,ValueT extends Map>
           
(package private)  class SingleReferenceNodeProperty<BeanT,ValueT>
           
 class ValueProperty<BeanT>
          Property implementation for XmlValue properties.