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.
 

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