| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.api.accessor |
Provides the accessors of the API for introspection of
Pojos. |
| 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 |
|---|---|
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMode.ADD
The mode for an
accessor used to add an item to a property with a
container (array or Collection) type. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorModes.ADD
Mode to
add an element to a container property (e.g. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMode.GET_MAPPED
The mode for a
getter of a mapped property. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorModes.GET_MAPPED
|
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMode.REMOVE
The mode for an
accessor used to remove an item from a property with
an container (array or Collection) type. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorModes.REMOVE
Mode to
remove an element from a container property (e.g. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMode.SET
The mode for a regular
setter of a property. |
static PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorModes.SET
Mode to write a regular property (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArg.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgBuilder.getMode()
This method gets the mode of this builder.
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMethod.mode |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorSetField.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorSetBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorRemoveBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorProxySetByKey.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorProxySetByIndex.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorProxyRemove.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorProxyGetMapped.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorProxyAdd.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorOneArgMethod.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorGetMappedBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorOneArgMode |
PojoPropertyAccessorAddBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorOneArgMode |
AbstractPojoPropertyAccessorSetMethod.getMode()
This method gets the mode of this accessor.
|
| Constructor and Description |
|---|
PojoPropertyAccessorOneArgMethod(String propertyName,
Type propertyType,
PojoPropertyAccessorOneArgMode mode,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.