| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.impl.accessor |
Contains the implementation of the
Introspection-Accessor-API. |
| Modifier and Type | Class and Description |
|---|---|
class |
PojoPropertyAccessorIndexedNonArgMethod
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for accessing a
Method. |
class |
PojoPropertyAccessorProxyGetIndexed
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for
getting an element from another accessor
returning an array or List. |
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorIndexedNonArg |
PojoPropertyAccessorProxyGetByIndex.delegate |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedNonArg |
PojoPropertyAccessorGetIndexedBuilder.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. |
PojoPropertyAccessorIndexedNonArg |
PojoPropertyAccessorGetIndexedBuilder.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. |
protected PojoPropertyAccessorIndexedNonArg |
PojoPropertyAccessorProxyGetByIndex.getDelegate()
This method gets the
accessor this proxy delegates to. |
| Constructor and Description |
|---|
PojoPropertyAccessorProxyGetByIndex(PojoPropertyAccessorIndexedNonArg delegate,
int index)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.