Uses of Interface
org.glassfish.jaxb.runtime.v2.model.runtime.RuntimeNonElementRef
-
Packages that use RuntimeNonElementRef Package Description org.glassfish.jaxb.runtime.v2.model.impl Implementation of the org.glassfish.jaxb.j2s.model package.org.glassfish.jaxb.runtime.v2.model.runtime The specialization oforg.glassfish.jaxb.core.v2.model.corefor the runtime.org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects. -
-
Uses of RuntimeNonElementRef in org.glassfish.jaxb.runtime.v2.model.impl
Methods in org.glassfish.jaxb.runtime.v2.model.impl with parameters of type RuntimeNonElementRef Modifier and Type Method Description static TransducerRuntimeModelBuilder. createTransducer(RuntimeNonElementRef ref)Creates aTransducergiven a reference. -
Uses of RuntimeNonElementRef in org.glassfish.jaxb.runtime.v2.model.runtime
Subinterfaces of RuntimeNonElementRef in org.glassfish.jaxb.runtime.v2.model.runtime Modifier and Type Interface Description interfaceRuntimeAttributePropertyInfointerfaceRuntimeTypeRefinterfaceRuntimeValuePropertyInfo -
Uses of RuntimeNonElementRef in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type RuntimeNonElementRef Modifier and Type Method Description static <T> TransducedAccessor<T>TransducedAccessor. get(JAXBContextImpl context, RuntimeNonElementRef ref)Gets theTransducedAccessorappropriately configured for the given property.
-