Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
Packages that use RuntimePropertyInfo
-
Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
Methods in com.sun.xml.bind.v2.model.runtime that return RuntimePropertyInfoModifier and TypeMethodDescriptionRuntimeClassInfo.getProperty
(String name) RuntimeNonElementRef.getSource()
RuntimeTypeRef.getSource()
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfoModifier and TypeMethodDescriptionList<? extends RuntimePropertyInfo>
RuntimeClassInfo.getProperties()
-
Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.runtime.property
Methods in com.sun.xml.bind.v2.runtime.property that return RuntimePropertyInfoModifier and TypeMethodDescriptionProperty.getInfo()
Provides moreRuntimePropertyInfo
information on the property.Methods in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfoModifier and TypeMethodDescriptionstatic Property
PropertyFactory.create
(JAXBContextImpl grammar, RuntimePropertyInfo info) Creates/obtains a properly configuredProperty
object from the given description.