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. propertiesProperties 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 PropertyXMLSerializer. 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 classAttributeProperty<BeanT>Propertyimplementation forAttributePropertyInfo.classValueProperty<BeanT>Methods in com.sun.xml.bind.v2.runtime.property that return Property Modifier and Type Method Description static PropertyPropertyFactory. create(JAXBContextImpl grammar, RuntimePropertyInfo info)Creates/obtains a properly configuredPropertyobject from the given description.
-