Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimePropertyInfo
-
Packages that use RuntimePropertyInfo Package Description org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.runtime.property org.glassfish.jaxb.runtime.v2.runtime.reflect.opt -
-
Uses of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimePropertyInfo in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeElementPropertyInfointerfaceRuntimeMapPropertyInfointerfaceRuntimeReferencePropertyInfointerfaceRuntimeValuePropertyInfoMethods in org.glassfish.jaxb.runtime.v2.model.runtime that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfoRuntimeClassInfo. getProperty(String name)RuntimePropertyInfoRuntimeNonElementRef. getSource()RuntimePropertyInfoRuntimeTypeRef. getSource()Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.property
Methods in org.glassfish.jaxb.runtime.v2.runtime.property that return RuntimePropertyInfo Modifier and Type Method Description RuntimePropertyInfoProperty. getInfo()Provides moreRuntimePropertyInfoinformation on the property.Methods in org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect.opt
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect.opt with parameters of type RuntimePropertyInfo Modifier and Type Method Description static TransducedAccessorOptimizedTransducedAccessorFactory. get(RuntimePropertyInfo prop)Gets the optimizedTransducedAccessorif possible.
-