Introspection-Accessor-API
.See: Description
Class | Description |
---|---|
AbstractPojoPropertyAccessorGetMethod |
This is the abstract base implementation of
PojoPropertyAccessorNonArg for accessing a getter
Method in a limited environment (GWT). |
AbstractPojoPropertyAccessorMethodLimited |
This is the abstract base implementation of
PojoPropertyAccessor
for accessing a Method (getter or setter) in a limited environment (GWT). |
AbstractPojoPropertyAccessorSetMethod |
This is the abstract base implementation of the
PojoPropertyAccessorOneArg interface for accessing a setter
Method in a limited environment (GWT). |
PojoPropertyAccessorAddBuilder |
This is the implementation of the
PojoPropertyAccessorOneArgBuilder interface for
add-access . |
PojoPropertyAccessorGetBuilder |
This is the implementation of the
PojoPropertyAccessorNonArgBuilder interface for
getter-access . |
PojoPropertyAccessorGetField | |
PojoPropertyAccessorGetIndexedBuilder |
This is the implementation of the
PojoPropertyAccessorIndexedNonArgBuilder interface for
indexed getter-access . |
PojoPropertyAccessorGetMappedBuilder |
This is the implementation of the
PojoPropertyAccessorOneArgBuilder interface for
mapped getter-access . |
PojoPropertyAccessorIndexedNonArgMethod |
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for accessing a Method . |
PojoPropertyAccessorIndexedOneArgMethod |
This is the implementation of the
PojoPropertyAccessorIndexedOneArg interface for accessing a Method . |
PojoPropertyAccessorNonArgMethod |
This is the implementation of the
PojoPropertyAccessorNonArg interface for accessing a Method . |
PojoPropertyAccessorOneArgMethod |
This is the implementation of the
PojoPropertyAccessorOneArg interface for accessing a Method . |
PojoPropertyAccessorProxyAdd |
This is the implementation of the
PojoPropertyAccessorOneArg interface for
adding an element using the getter from another accessor returning an
array or Collection . |
PojoPropertyAccessorProxyGetByIndex |
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
indexed-getter
using a fixed index. |
PojoPropertyAccessorProxyGetByKey |
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
mapped-getter using a
fixed key. |
PojoPropertyAccessorProxyGetIndexed |
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for
getting an element from another accessor returning an array
or List . |
PojoPropertyAccessorProxyGetMapped |
This is the implementation of the
PojoPropertyAccessorOneArg interface for
getting an element from another accessor returning a
Map . |
PojoPropertyAccessorProxyGetSize |
This is the implementation of the
PojoPropertyAccessorNonArg interface for
getting the size of an array, List or
Map from another accessor. |
PojoPropertyAccessorProxyRemove |
This is the implementation of the
PojoPropertyAccessorOneArg interface for
removing an element using the getter from another accessor returning an
array or Collection . |
PojoPropertyAccessorProxySetByIndex |
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
indexed-setter
using a fixed index. |
PojoPropertyAccessorProxySetByKey |
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
mapped-setter using a
fixed key. |
PojoPropertyAccessorProxySetIndexed |
This is the implementation of the
PojoPropertyAccessorIndexedOneArg interface for
setting an indexed property using the getter from another
accessor returning an array or List . |
PojoPropertyAccessorProxySetMapped |
This is the implementation of the
PojoPropertyAccessorTwoArg interface for
setting an element in a Map returned from another
accessor. |
PojoPropertyAccessorRemoveBuilder |
This is the implementation of the
PojoPropertyAccessorOneArgBuilder interface for
add-access . |
PojoPropertyAccessorSetBuilder |
This is the implementation of the
PojoPropertyAccessorOneArgBuilder interface for
setter-access . |
PojoPropertyAccessorSetField | |
PojoPropertyAccessorSetIndexedBuilder |
This is the implementation of the
PojoPropertyAccessorIndexedOneArgBuilder interface for
indexed setter-access . |
PojoPropertyAccessorSetMappedBuilder |
This is the implementation of the
PojoPropertyAccessorTwoArgBuilder interface for
mapped setter-access . |
PojoPropertyAccessorSizeBuilder |
This is the implementation of the
PojoPropertyAccessorNonArgBuilder interface for
getter-access . |
PojoPropertyAccessorTwoArgMethod |
This is the implementation of the
PojoPropertyAccessorTwoArg interface for accessing a Method . |
Introspection-Accessor-API
.
Introspection-Accessor-API
.Copyright © 2001–2016 mmm-Team. All rights reserved.