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

Packages that use Property
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.property   
 

Uses of Property in com.sun.xml.bind.v2.runtime
 

Fields in com.sun.xml.bind.v2.runtime declared as Property
 Property<BeanT>[] ClassBeanInfoImpl.properties
          Properties of this bean class but not its ancestor classes.
 

Fields in com.sun.xml.bind.v2.runtime with type parameters of type Property
(package private)  java.lang.ThreadLocal<Property> XMLSerializer.currentProperty
           
 

Methods in com.sun.xml.bind.v2.runtime that return Property
 Property XMLSerializer.getCurrentProperty()
          May return null when the property hasn't been set.
 

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

Classes in com.sun.xml.bind.v2.runtime.property that implement Property
(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.
 

Methods in com.sun.xml.bind.v2.runtime.property that return Property
static Property PropertyFactory.create(JAXBContextImpl grammar, RuntimePropertyInfo info)
          Creates/obtains a properly configured Property object from the given description.