Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.property.Property
-
Packages that use Property Package Description org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.property -
-
Uses of Property in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.property
Classes in org.glassfish.jaxb.runtime.v2.runtime.property that implement Property Modifier and Type Class Description classAttributeProperty<BeanT>Propertyimplementation forAttributePropertyInfo.classValueProperty<BeanT>Propertyimplementation forXmlValueproperties.Methods in org.glassfish.jaxb.runtime.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.
-