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
 class AttributeProperty<BeanT>
          Property implementation for AttributePropertyInfo.
 class ValueProperty<BeanT>
          Property implementation for XmlValue properties.