| 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 |
PojoPropertyAccessorIndexedOneArgMethod
This is the implementation of the
PojoPropertyAccessorIndexedOneArg interface for accessing a
Method. |
class |
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. |
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorProxySetByIndex.delegate |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorSetIndexedBuilder.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. |
PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorSetIndexedBuilder.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 PojoPropertyAccessorIndexedOneArg |
PojoPropertyAccessorProxySetByIndex.getDelegate()
This method gets the
accessor this proxy delegates to. |
| Constructor and Description |
|---|
PojoPropertyAccessorProxySetByIndex(PojoPropertyAccessorIndexedOneArg delegate,
int index)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.