|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Accessor | |
---|---|
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.model.runtime | The specialization of com.sun.xml.bind.v2.model.core for the runtime. |
com.sun.xml.bind.v2.runtime.property | |
com.sun.xml.bind.v2.runtime.reflect | Abstraction around accessing data of actual objects. |
com.sun.xml.bind.v2.runtime.reflect.opt | Hosts optimized
Accessor ,
TransducedAccessor , and
Transducer . |
com.sun.xml.bind.v2.runtime.unmarshaller |
Uses of Accessor in com.sun.xml.bind.v2.model.impl |
---|
Methods in com.sun.xml.bind.v2.model.impl that return Accessor | ||
---|---|---|
Accessor |
RuntimeClassInfoImpl.RuntimePropertySeed.getAccessor()
|
|
Accessor |
RuntimeElementInfoImpl.RuntimePropertyImpl.getAccessor()
|
|
Accessor |
RuntimeElementPropertyInfoImpl.getAccessor()
|
|
Accessor |
RuntimeMapPropertyInfoImpl.getAccessor()
|
|
Accessor |
RuntimeReferencePropertyInfoImpl.getAccessor()
|
|
Accessor |
SingleTypePropertyInfoImpl.getAccessor()
|
|
|
RuntimeClassInfoImpl.getAttributeWildcard()
|
|
Accessor<?,org.xml.sax.Locator> |
RuntimeClassInfoImpl.getLocatorField()
|
Constructors in com.sun.xml.bind.v2.model.impl with parameters of type Accessor | |
---|---|
RuntimeClassInfoImpl.RuntimePropertySeed(PropertySeed<java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Field,java.lang.reflect.Method> core,
Accessor acc)
|
Uses of Accessor in com.sun.xml.bind.v2.model.runtime |
---|
Methods in com.sun.xml.bind.v2.model.runtime that return Accessor | ||
---|---|---|
Accessor |
RuntimePropertyInfo.getAccessor()
Gets the Accessor for this property. |
|
|
RuntimeClassInfo.getAttributeWildcard()
If ClassInfo.hasAttributeWildcard() is true,
returns the accessor to access the property. |
|
|
RuntimeClassInfo.getLocatorField()
If this JAXB bean has a property annotated with XmlLocation ,
this method returns it. |
Uses of Accessor in com.sun.xml.bind.v2.runtime.property |
---|
Fields in com.sun.xml.bind.v2.runtime.property declared as Accessor | |
---|---|
protected Accessor<BeanT,ListT> |
ArrayProperty.acc
|
Methods in com.sun.xml.bind.v2.runtime.property that return Accessor | |
---|---|
Accessor |
ArrayElementProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
ArrayReferenceNodeProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
Property.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
If this property is mapped to the specified element, return an accessor to it. |
Accessor |
PropertyImpl.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
SingleElementLeafProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
SingleElementNodeProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
SingleMapNodeProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Accessor |
SingleReferenceNodeProperty.getElementPropertyAccessor(java.lang.String nsUri,
java.lang.String localName)
|
Uses of Accessor in com.sun.xml.bind.v2.runtime.reflect |
---|
Subclasses of Accessor in com.sun.xml.bind.v2.runtime.reflect | |
---|---|
static class |
Accessor.FieldReflection<BeanT,ValueT>
Accessor that uses Java reflection to access a field. |
static class |
Accessor.GetterSetterReflection<BeanT,ValueT>
Accessor that uses Java reflection to access a getter and a setter. |
static class |
Accessor.ReadOnlyFieldReflection<BeanT,ValueT>
Read-only access to Field . |
(package private) class |
AdaptedAccessor<BeanT,InMemValueT,OnWireValueT>
Accessor that adapts the value by using Adapter . |
class |
NullSafeAccessor<B,V,P>
Accessor wrapper that replaces a null with an empty collection. |
Fields in com.sun.xml.bind.v2.runtime.reflect declared as Accessor | |
---|---|
protected Accessor<BeanT,ValueT> |
TransducedAccessor.CompositeTransducedAccessorImpl.acc
|
static Accessor |
Accessor.ERROR
Special Accessor used to recover from errors. |
static Accessor<javax.xml.bind.JAXBElement,java.lang.Object> |
Accessor.JAXB_ELEMENT_VALUE
Accessor for JAXBElement.getValue() . |
Methods in com.sun.xml.bind.v2.runtime.reflect that return Accessor | ||
---|---|---|
|
Accessor.adapt(Adapter<java.lang.reflect.Type,java.lang.Class> adapter)
|
|
|
Accessor.adapt(java.lang.Class<T> targetType,
java.lang.Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter<T,ValueT>> adapter)
Wraps this Accessor into another Accessor
and performs the type adaption as necessary. |
|
Accessor<BeanT,ValueT> |
Accessor.optimize()
Returns the optimized version of the same accessor. |
|
Accessor<BeanT,ValueT> |
Accessor.FieldReflection.optimize()
|
|
Accessor<BeanT,ValueT> |
Accessor.ReadOnlyFieldReflection.optimize()
|
|
Accessor<BeanT,ValueT> |
Accessor.GetterSetterReflection.optimize()
|
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type Accessor | |
---|---|
void |
AdaptedLister.endPacking(PackT pack,
BeanT bean,
Accessor<BeanT,PropT> accessor)
|
abstract void |
Lister.endPacking(PackT pack,
BeanT bean,
Accessor<BeanT,PropT> acc)
Finally, call this method to wraps up the pack . |
void |
PrimitiveArrayListerByte.endPacking(PrimitiveArrayListerByte.ByteArrayPack pack,
BeanT bean,
Accessor<BeanT,byte[]> acc)
|
void |
Lister.CollectionLister.endPacking(T collection,
BeanT bean,
Accessor<BeanT,T> acc)
|
void |
PrimitiveArrayListerByte.reset(BeanT o,
Accessor<BeanT,byte[]> acc)
|
void |
AdaptedLister.reset(BeanT bean,
Accessor<BeanT,PropT> accessor)
|
abstract void |
Lister.reset(BeanT o,
Accessor<BeanT,PropT> acc)
Clears the values of the property. |
void |
Lister.CollectionLister.reset(BeanT bean,
Accessor<BeanT,T> acc)
|
PrimitiveArrayListerByte.ByteArrayPack |
PrimitiveArrayListerByte.startPacking(BeanT current,
Accessor<BeanT,byte[]> acc)
|
PackT |
AdaptedLister.startPacking(BeanT bean,
Accessor<BeanT,PropT> accessor)
|
abstract PackT |
Lister.startPacking(BeanT bean,
Accessor<BeanT,PropT> acc)
Setting values to a multi-value property starts by creating a transient object called "pack" from the current field. |
T |
Lister.CollectionLister.startPacking(BeanT bean,
Accessor<BeanT,T> acc)
|
Constructors in com.sun.xml.bind.v2.runtime.reflect with parameters of type Accessor | |
---|---|
AdaptedAccessor(java.lang.Class<OnWireValueT> targetType,
Accessor<BeanT,InMemValueT> extThis,
java.lang.Class<? extends javax.xml.bind.annotation.adapters.XmlAdapter<OnWireValueT,InMemValueT>> adapter)
|
|
ListTransducedAccessorImpl(Transducer<ItemT> xducer,
Accessor<BeanT,ListT> acc,
Lister<BeanT,ListT,ItemT,PackT> lister)
|
|
NullSafeAccessor(Accessor<B,V> core,
Lister<B,V,?,P> lister)
|
|
TransducedAccessor.CompositeContextDependentTransducedAccessorImpl(Transducer<ValueT> xducer,
Accessor<BeanT,ValueT> acc)
|
|
TransducedAccessor.CompositeTransducedAccessorImpl(Transducer<ValueT> xducer,
Accessor<BeanT,ValueT> acc)
|
Uses of Accessor in com.sun.xml.bind.v2.runtime.reflect.opt |
---|
Subclasses of Accessor in com.sun.xml.bind.v2.runtime.reflect.opt | |
---|---|
class |
FieldAccessor_Byte
Template Accessor for byte fields. |
class |
FieldAccessor_Ref
Template Accessor for reference type fields. |
class |
MethodAccessor_Byte
Template Accessor for boolean getter/setter. |
class |
MethodAccessor_Ref
Template Accessor for reference types getter/setter. |
Methods in com.sun.xml.bind.v2.runtime.reflect.opt that return Accessor | ||
---|---|---|
static
|
OptimizedAccessorFactory.get(java.lang.reflect.Field field)
Gets the optimizd Accessor that accesses the given field. |
|
static
|
OptimizedAccessorFactory.get(java.lang.reflect.Method getter,
java.lang.reflect.Method setter)
Gets the optimized Accessor that accesses the given getter/setter. |
Uses of Accessor in com.sun.xml.bind.v2.runtime.unmarshaller |
---|
Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Accessor | |
---|---|
void |
Scope.add(Accessor<BeanT,PropT> acc,
Lister<BeanT,PropT,ItemT,PackT> lister,
ItemT value)
Adds a new item to this packing scope. |
void |
StructureLoader.init(JAXBContextImpl context,
ClassBeanInfoImpl beanInfo,
Accessor<?,java.util.Map<javax.xml.namespace.QName,java.lang.String>> attWildcard)
Completes the initialization. |
Constructors in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type Accessor | |
---|---|
XsiNilLoader.Array(Loader core,
Accessor acc,
int offset,
Lister lister)
|
|
XsiNilLoader.Single(Loader l,
Accessor acc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |