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.corefor the runtime.com.sun.xml.bind.v2.runtime.property com.sun.xml.bind.v2.runtime.reflect.opt -
-
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 interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfoMethods in com.sun.xml.bind.v2.model.runtime that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfoRuntimeClassInfo. getProperty(String name)RuntimePropertyInfoRuntimeNonElementRef. getSource()RuntimePropertyInfoRuntimeTypeRef. getSource()Methods in com.sun.xml.bind.v2.model.runtime that return types with arguments of type RuntimePropertyInfo Modifier and Type Method Description 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 RuntimePropertyInfoProperty. getInfo()Provides moreRuntimePropertyInfoinformation on the property.Methods in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfo Modifier and Type Method Description static PropertyPropertyFactory. create(JAXBContextImpl grammar, RuntimePropertyInfo info)Creates/obtains a properly configuredPropertyobject from the given description. -
Uses of RuntimePropertyInfo in com.sun.xml.bind.v2.runtime.reflect.opt
Methods in com.sun.xml.bind.v2.runtime.reflect.opt with parameters of type RuntimePropertyInfo Modifier and Type Method Description static TransducedAccessorOptimizedTransducedAccessorFactory. get(RuntimePropertyInfo prop)Gets the optimizedTransducedAccessorif possible.
-