Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
-
Packages that use RuntimePropertyInfo Package Description com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.core
for the runtime.com.sun.xml.bind.v2.runtime.property -
-
Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in com.sun.xml.bind.v2.model.runtime Modifier and Type Interface Description interface
RuntimeAttributePropertyInfo
interface
RuntimeElementPropertyInfo
interface
RuntimeMapPropertyInfo
interface
RuntimeReferencePropertyInfo
interface
RuntimeValuePropertyInfo
Methods in com.sun.xml.bind.v2.model.runtime that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfo
RuntimeClassInfo. getProperty(java.lang.String name)
RuntimePropertyInfo
RuntimeNonElementRef. getSource()
RuntimePropertyInfo
RuntimeTypeRef. getSource()
Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfo Modifier and Type Method Description java.util.List<? 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 RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfo
Property. getInfo()
Provides moreRuntimePropertyInfo
information on the property.Methods in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfo Modifier and Type Method Description static Property
PropertyFactory. create(JAXBContextImpl grammar, RuntimePropertyInfo info)
Creates/obtains a properly configuredProperty
object from the given description.
-