Uses of Interface
org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.Receiver
-
Packages that use Receiver Package Description org.glassfish.jaxb.runtime.v2.runtime.reflect Abstraction around accessing data of actual objects.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller -
-
Uses of Receiver in org.glassfish.jaxb.runtime.v2.runtime.reflect
Classes in org.glassfish.jaxb.runtime.v2.runtime.reflect that implement Receiver Modifier and Type Class Description classAccessor<BeanT,ValueT>Accesses a particular property of a bean.static classAccessor.FieldReflection<BeanT,ValueT>Accessorthat uses Java reflection to access a field.static classAccessor.GetterOnlyReflection<BeanT,ValueT>A version ofAccessor.GetterSetterReflectionthat doesn't have any setter.static classAccessor.GetterSetterReflection<BeanT,ValueT>Accessorthat uses Java reflection to access a getter and a setter.static classAccessor.ReadOnlyFieldReflection<BeanT,ValueT>Read-only access toField.static classAccessor.SetterOnlyReflection<BeanT,ValueT>A version ofAccessor.GetterSetterReflectionthaat doesn't have any getter.classNullSafeAccessor<B,V,P>Accessorwrapper that replaces a null with an empty collection. -
Uses of Receiver in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Fields in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller declared as Receiver Modifier and Type Field Description ReceiverChildLoader. receiverMethods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Receiver Modifier and Type Method Description voidUnmarshallingContext.State. setReceiver(Receiver receiver)Constructors in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type Receiver Constructor Description ChildLoader(Loader loader, Receiver receiver)
-