Uses of Interface
com.sun.xml.bind.v2.runtime.property.Property
Packages that use Property
Package
Description
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Property in com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime declared as PropertyModifier and TypeFieldDescriptionClassBeanInfoImpl.properties
Properties of this bean class but not its ancestor classes.Methods in com.sun.xml.bind.v2.runtime that return PropertyModifier and TypeMethodDescriptionXMLSerializer.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 PropertyModifier and TypeClassDescriptionfinal class
AttributeProperty<BeanT>
Property
implementation forAttributePropertyInfo
.final class
ValueProperty<BeanT>
Methods in com.sun.xml.bind.v2.runtime.property that return PropertyModifier and TypeMethodDescriptionstatic Property
PropertyFactory.create
(JAXBContextImpl grammar, RuntimePropertyInfo info) Creates/obtains a properly configuredProperty
object from the given description.