| 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 PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorTwoArgMode.SET_MAPPED
The mode for the
setter of a mapped property. |
static PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorModes.SET_MAPPED
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorTwoArg.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorTwoArgBuilder.getMode()
This method gets the mode of this builder.
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorTwoArgMethod.mode |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorTwoArgMethod.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorSetMappedBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorTwoArgMode |
PojoPropertyAccessorProxySetMapped.getMode()
This method gets the mode of this accessor.
|
| Constructor and Description |
|---|
PojoPropertyAccessorTwoArgMethod(String propertyName,
Type propertyType,
PojoPropertyAccessorTwoArgMode mode,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.