| 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 PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArgMode.GET
The mode for a regular
reader of a property. |
static PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorModes.GET
Mode to read a regular property (e.g.
|
static PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArgMode.GET_SIZE
The mode for a
reader of the size of a property that holds a container
type (array or Collection ). |
static PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorModes.GET_SIZE
Mode to read the size of a container property (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArg.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArgBuilder.getMode()
This method gets the mode of this builder.
|
| Modifier and Type | Field and Description |
|---|---|
private PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArgMethod.mode |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorSizeBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorProxyGetSize.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorProxyGetByKey.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorProxyGetByIndex.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorNonArgMethod.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorGetField.getMode()
This method gets the mode of this accessor.
|
PojoPropertyAccessorNonArgMode |
PojoPropertyAccessorGetBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorNonArgMode |
AbstractPojoPropertyAccessorGetMethod.getMode()
This method gets the mode of this accessor.
|
| Constructor and Description |
|---|
PojoPropertyAccessorNonArgMethod(String propertyName,
Type propertyType,
PojoPropertyAccessorNonArgMode mode,
PojoDescriptor<?> descriptor,
PojoDescriptorDependencies dependencies,
Method method)
The constructor.
|
Copyright © 2001–2015 mmm-Team. All rights reserved.