Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
Packages that use RuntimePropertyInfo
-
Uses of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtimeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.glassfish.jaxb.runtime.v2.model.runtime that return RuntimePropertyInfoModifier and TypeMethodDescriptionRuntimeClassInfo.getProperty(String name) RuntimeNonElementRef.getSource()RuntimeTypeRef.getSource()Methods in org.glassfish.jaxb.runtime.v2.model.runtime that return types with arguments of type RuntimePropertyInfoModifier and TypeMethodDescriptionList<? extends RuntimePropertyInfo> RuntimeClassInfo.getProperties() -
Uses of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property that return RuntimePropertyInfoModifier and TypeMethodDescriptionProperty.getInfo()Provides moreRuntimePropertyInfoinformation on the property.Methods in org.glassfish.jaxb.runtime.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.