| Package | Description |
|---|---|
| net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojos. |
| 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 |
Contains the basic implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.base.accessor |
Contains the basic implementation of the
Introspection-Accessor-API. |
| net.sf.mmm.util.pojo.descriptor.impl |
Contains the implementation of the
Introspection-API. |
| net.sf.mmm.util.pojo.descriptor.impl.rebind |
Contains the GWT rebinding generator for POJO introspection.
|
| Modifier and Type | Method and Description |
|---|---|
<ACCESSOR extends PojoPropertyAccessor> |
PojoPropertyDescriptor.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the
accessor to access the represented property in the way
given by mode. |
<ACCESSOR extends PojoPropertyAccessor> |
PojoDescriptor.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the
accessor for the property with the given
propertyName and for the given access mode. |
<ACCESSOR extends PojoPropertyAccessor> |
PojoDescriptor.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode,
boolean required)
|
| Constructor and Description |
|---|
PojoPropertyNotFoundException(Class<?> pojoType,
String propertyName,
PojoPropertyAccessorMode<?> mode)
The constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PojoPropertyAccessorIndexedNonArgMode
|
class |
PojoPropertyAccessorIndexedOneArgMode
|
class |
PojoPropertyAccessorNonArgMode
|
class |
PojoPropertyAccessorOneArgMode
|
class |
PojoPropertyAccessorTwoArgMode
|
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorMode<? extends PojoPropertyAccessor> |
PojoPropertyAccessor.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Method and Description |
|---|---|
<ACCESSOR extends PojoPropertyAccessor> |
AbstractPojoDescriptor.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the
accessor for the property with the given
propertyName and for the given access mode. |
| Modifier and Type | Method and Description |
|---|---|
PojoPropertyAccessorMode<ACCESSOR> |
PojoPropertyAccessorBuilder.getMode()
This method gets the mode of this builder.
|
PojoPropertyAccessorMode<? extends PojoPropertyAccessor> |
AbstractPojoPropertyAccessorProxy.getMode()
This method gets the mode of this accessor.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<PojoPropertyAccessorMode<?>,PojoPropertyAccessor> |
PojoPropertyDescriptorImpl.accessorMap |
| Modifier and Type | Method and Description |
|---|---|
<ACCESSOR extends PojoPropertyAccessor> |
PojoPropertyDescriptorImpl.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the
accessor to access the represented property in the way
given by mode. |
<ACCESSOR extends PojoPropertyAccessor> |
AbstractPojoDescriptorImpl.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode,
boolean required)
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PojoDescriptorGenerator.StatefulPropertyGenerator.generateAccessorStatement(PojoPropertyDescriptor propertyDescriptor,
PojoPropertyAccessorMode<?> mode,
PojoPropertyDescriptor superPropertyDescriptor)
Generates the source-code of the statement to register a
PojoPropertyAccessor. |
Copyright © 2001–2015 mmm-Team. All rights reserved.