| 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 |
PojoPropertyAccessorProxySetMapped
This is the implementation of the
PojoPropertyAccessorTwoArg interface for
setting an element in a Map returned
from another accessor. |
class |
PojoPropertyAccessorTwoArgMethod
This is the implementation of the
PojoPropertyAccessorTwoArg interface for accessing a
Method. |
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorTwoArg |
PojoPropertyAccessorProxySetByKey.delegate |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorTwoArg |
PojoPropertyAccessorSetMappedBuilder.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. |
PojoPropertyAccessorTwoArg |
PojoPropertyAccessorSetMappedBuilder.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 PojoPropertyAccessorTwoArg |
PojoPropertyAccessorProxySetByKey.getDelegate()
This method gets the
accessor this proxy delegates to. |
| Constructor and Description |
|---|
PojoPropertyAccessorProxySetByKey(PojoPropertyAccessorTwoArg delegate,
Object key)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.