| 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 PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorModes.SET_INDEXED
Mode to write an indexed property (e.g.
|
static PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorIndexedOneArgMode.SET_INDEXED
The mode for a
setter of an indexed property. |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorIndexedOneArg.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorIndexedOneArgBuilder.getMode()
This method gets the mode of this builder.
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorIndexedOneArgMethod.mode |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorSetIndexedBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorProxySetIndexed.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorIndexedOneArgMode |
PojoPropertyAccessorIndexedOneArgMethod.getMode()
This method gets the mode of this accessor.
|
| Constructor and Description |
|---|
PojoPropertyAccessorIndexedOneArgMethod(String propertyName,
Type propertyType,
PojoPropertyAccessorIndexedOneArgMode mode,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method,
boolean inverted)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.