| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.base.accessor |
Contains the basic implementation of the
Introspection-Accessor-API. |
| net.sf.mmm.util.pojo.descriptor.impl.accessor |
Contains the implementation of the
Introspection-Accessor-API. |
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorNonArg |
AbstractPojoPropertyAccessorProxyAdapter.containerGetAccessor |
| Modifier and Type | Method and Description |
|---|---|
protected PojoPropertyAccessorNonArg |
AbstractPojoPropertyAccessorProxyAdapter.getDelegate()
This method gets the
accessor this proxy delegates to. |
| Constructor and Description |
|---|
AbstractPojoPropertyAccessorProxyAdapter(PojoDescriptorDependencies dependencies,
PojoPropertyAccessorNonArg containerGetAccessor)
The constructor.
|
AbstractPojoPropertyAccessorProxyAdapterComponentType(PojoDescriptorDependencies dependencies,
PojoPropertyAccessorNonArg containerGetAccessor)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPojoPropertyAccessorGetMethod
This is the abstract base implementation of
PojoPropertyAccessorNonArg for accessing a getter
Method in a limited environment (GWT). |
class |
PojoPropertyAccessorGetField
|
class |
PojoPropertyAccessorNonArgMethod
This is the implementation of the
PojoPropertyAccessorNonArg interface for accessing a
Method. |
class |
PojoPropertyAccessorProxyGetByIndex
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
indexed-getter using a fixed index. |
class |
PojoPropertyAccessorProxyGetByKey
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
mapped-getter using a fixed key. |
class |
PojoPropertyAccessorProxyGetSize
This is the implementation of the
PojoPropertyAccessorNonArg interface for
getting the size of an array, List or
Map from another accessor. |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorNonArg |
PojoPropertyAccessorSizeBuilder.create(Field field,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given field if that
field is suitable for this builder (e.g. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorGetBuilder.create(Field field,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given field if that
field is suitable for this builder (e.g. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorSizeBuilder.create(Method method,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given method if that
method is suitable for this builder (e.g. |
PojoPropertyAccessorNonArg |
PojoPropertyAccessorGetBuilder.create(Method method,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies)
This method creates the
accessor for the given method if that
method is suitable for this builder (e.g. |
Copyright © 2001–2015 mmm-Team. All rights reserved.