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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods 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 moreRuntimePropertyInfoinformation on the property.Methods in com.sun.xml.bind.v2.runtime.property with parameters of type RuntimePropertyInfoModifier and TypeMethodDescriptionstatic PropertyPropertyFactory.create(JAXBContextImpl grammar, RuntimePropertyInfo info) Creates/obtains a properly configuredPropertyobject from the given description.