Uses of Interface
com.sun.xml.bind.v2.runtime.property.Property
-
Packages that use Property Package Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
AttributeProperty<BeanT>
Property
implementation forAttributePropertyInfo
.class
ValueProperty<BeanT>
Property
implementation forXmlValue
properties.Methods in com.sun.xml.bind.v2.runtime.property that return Property Modifier and Type Method Description static Property
PropertyFactory. create(JAXBContextImpl grammar, RuntimePropertyInfo info)
Creates/obtains a properly configuredProperty
object from the given description.
-