|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PojoPropertyAccessorMode | |
|---|---|
| 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. |
| Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api |
|---|
| Methods in net.sf.mmm.util.pojo.descriptor.api with parameters of type PojoPropertyAccessorMode | ||
|---|---|---|
|
PojoPropertyDescriptor.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the accessor to access the
represented property in the way given by mode. |
|
|
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. |
|
|
PojoDescriptor.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode,
boolean required)
This method gets the accessor for the given from the
descriptor with the given
. |
|
| Constructors in net.sf.mmm.util.pojo.descriptor.api with parameters of type PojoPropertyAccessorMode | |
|---|---|
PojoPropertyNotFoundException(Class<?> pojoType,
String propertyName,
PojoPropertyAccessorMode<?> mode)
The constructor. |
|
| Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api.accessor |
|---|
| Subclasses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.api.accessor | |
|---|---|
class |
PojoPropertyAccessorIndexedNonArgMode
An instance of this class represents a specific accessor-mode for a
one-arg accessor of a
property. |
class |
PojoPropertyAccessorIndexedOneArgMode
An instance of this class represents a specific accessor-mode for a
one-arg accessor of a
property. |
class |
PojoPropertyAccessorNonArgMode
An instance of this class represents a specific accessor-mode for a
non-arg accessor of a
property. |
class |
PojoPropertyAccessorOneArgMode
An instance of this class represents a specific accessor-mode for a
one-arg accessor of a
property. |
class |
PojoPropertyAccessorTwoArgMode
An instance of this class represents a specific accessor-mode for a
two-arg accessor of a
property. |
| Methods in net.sf.mmm.util.pojo.descriptor.api.accessor that return PojoPropertyAccessorMode | |
|---|---|
PojoPropertyAccessorMode<? extends PojoPropertyAccessor> |
PojoPropertyAccessor.getMode()
This method gets the mode of this accessor. |
| Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.base |
|---|
| Methods in net.sf.mmm.util.pojo.descriptor.base with parameters of type PojoPropertyAccessorMode | ||
|---|---|---|
|
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. |
|
| Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.base.accessor |
|---|
| Methods in net.sf.mmm.util.pojo.descriptor.base.accessor that return PojoPropertyAccessorMode | |
|---|---|
PojoPropertyAccessorMode<? extends PojoPropertyAccessor> |
AbstractPojoPropertyAccessorProxy.getMode()
This method gets the mode of this accessor. |
PojoPropertyAccessorMode<ACCESSOR> |
PojoPropertyAccessorBuilder.getMode()
This method gets the mode of this builder. |
| Uses of PojoPropertyAccessorMode in net.sf.mmm.util.pojo.descriptor.impl |
|---|
| Fields in net.sf.mmm.util.pojo.descriptor.impl with type parameters of type PojoPropertyAccessorMode | |
|---|---|
private Map<PojoPropertyAccessorMode<?>,PojoPropertyAccessor> |
PojoPropertyDescriptorImpl.accessorMap
|
| Methods in net.sf.mmm.util.pojo.descriptor.impl with parameters of type PojoPropertyAccessorMode | ||
|---|---|---|
|
PojoPropertyDescriptorImpl.getAccessor(PojoPropertyAccessorMode<ACCESSOR> mode)
This method gets the accessor to access the
represented property in the way given by mode. |
|
|
PojoDescriptorImpl.getAccessor(String property,
PojoPropertyAccessorMode<ACCESSOR> mode,
boolean required)
This method gets the accessor for the given from the
descriptor with the given
. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||