Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
Packages that use RuntimeNonElementRef
Package
Description
Implementation of the com.sun.xml.bind.j2s.model package.
The specialization of
com.sun.xml.bind.v2.model.core
for the runtime.Abstraction around accessing data of actual objects.
-
Uses of RuntimeNonElementRef in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl with parameters of type RuntimeNonElementRefModifier and TypeMethodDescriptionstatic Transducer
RuntimeModelBuilder.createTransducer
(RuntimeNonElementRef ref) Creates aTransducer
given a reference. -
Uses of RuntimeNonElementRef in com.sun.xml.bind.v2.model.runtime
Subinterfaces of RuntimeNonElementRef in com.sun.xml.bind.v2.model.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
-
Uses of RuntimeNonElementRef in com.sun.xml.bind.v2.runtime.reflect
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type RuntimeNonElementRefModifier and TypeMethodDescriptionstatic <T> TransducedAccessor<T>
TransducedAccessor.get
(JAXBContextImpl context, RuntimeNonElementRef ref) Gets theTransducedAccessor
appropriately configured for the given property.