Uses of Interface
com.sun.xml.bind.v2.runtime.unmarshaller.Receiver
Packages that use Receiver
Package
Description
Abstraction around accessing data of actual objects.
-
Uses of Receiver in com.sun.xml.bind.v2.runtime.reflect
Classes in com.sun.xml.bind.v2.runtime.reflect that implement ReceiverModifier and TypeClassDescriptionclassAccessor<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 final 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 com.sun.xml.bind.v2.runtime.reflect.opt
Classes in com.sun.xml.bind.v2.runtime.reflect.opt that implement ReceiverModifier and TypeClassDescriptionclassTemplateAccessorfor boolean fields.classTemplateAccessorfor byte fields.classTemplateAccessorfor char fields.classTemplateAccessorfor double fields.classTemplateAccessorfor float fields.classTemplateAccessorfor int fields.classTemplateAccessorfor long fields.classTemplateAccessorfor reference type fields.classTemplateAccessorfor short fields.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor boolean getter/setter.classTemplateAccessorfor reference types getter/setter.classTemplateAccessorfor boolean getter/setter. -
Uses of Receiver in com.sun.xml.bind.v2.runtime.unmarshaller
Fields in com.sun.xml.bind.v2.runtime.unmarshaller declared as ReceiverMethods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type ReceiverConstructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Receiver