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