| 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 PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorModes.GET_INDEXED
Mode to read an indexed property (e.g.
|
static PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorIndexedNonArgMode.GET_INDEXED
The mode for a
setter of an indexed property. |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorIndexedNonArg.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorIndexedNonArgBuilder.getMode()
This method gets the mode of this builder.
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorIndexedNonArgMethod.mode |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorProxyGetIndexed.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorIndexedNonArgMethod.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorIndexedNonArgMode |
PojoPropertyAccessorGetIndexedBuilder.getMode()
This method gets the mode of this builder.
|
| Constructor and Description |
|---|
PojoPropertyAccessorIndexedNonArgMethod(String propertyName,
Type propertyType,
PojoPropertyAccessorIndexedNonArgMode mode,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.