Package | Description |
---|---|
net.sf.mmm.util.pojo.descriptor.api |
Provides the API for introspection of
Pojo s. |
net.sf.mmm.util.pojo.descriptor.api.accessor |
Provides the accessors of the API for introspection of
Pojo s. |
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.accessor |
Contains the implementation of the
Introspection-Accessor-API . |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoPropertyDescriptor
This interface represents a property of a
Pojo . |
Modifier and Type | Interface and Description |
---|---|
interface |
PojoPropertyAccessor
|
interface |
PojoPropertyAccessorIndexedNonArg
This is the interface for a
property-accessor that allows to perform something (e.g. |
interface |
PojoPropertyAccessorIndexedOneArg
This is the interface for a
property-accessor that allows to
apply an item at a given index in an indexed property. |
interface |
PojoPropertyAccessorNonArg
This is the interface for a
property-accessor that allows to access a property without any argument. |
interface |
PojoPropertyAccessorOneArg
This is the interface for a
property-accessor that allows to
access a property supplying a single argument. |
interface |
PojoPropertyAccessorTwoArg
This is the interface for a
property-accessor that allows to
access a property supplying a two arguments. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoPropertyDescriptor
This is the abstract base implementation of the
PojoPropertyDescriptor interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoPropertyAccessor
This is the abstract base-implementation of the
PojoPropertyAccessor interface. |
class |
AbstractPojoPropertyAccessorBase
This is the major base-implementation of the
PojoPropertyAccessor interface. |
class |
AbstractPojoPropertyAccessorField
This is the abstract implementation of the
PojoPropertyAccessor
interface used to access a Field . |
class |
AbstractPojoPropertyAccessorMethod
This is the abstract implementation of the
PojoPropertyAccessor
interface used to access a Method . |
class |
AbstractPojoPropertyAccessorProxy
This is the abstract implementation of the
PojoPropertyAccessor interface that delegates to another
accessor . |
class |
AbstractPojoPropertyAccessorProxyAdapter
This is the abstract base implementation of a
PojoPropertyAccessor that acts as proxy to a
delegate allowing to add new ways to access a property. |
class |
AbstractPojoPropertyAccessorProxyAdapterComponentType
This is the abstract base implementation of a
PojoPropertyAccessor that acts as proxy to a
delegate allowing to add new ways to access a property. |
Modifier and Type | Class and Description |
---|---|
class |
PojoPropertyDescriptorImpl
This is the implementation of the
PojoPropertyDescriptor interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPojoPropertyAccessorGetMethod
This is the abstract base implementation of
PojoPropertyAccessorNonArg for accessing a getter
Method in a limited environment (GWT). |
class |
AbstractPojoPropertyAccessorMethodLimited
This is the abstract base implementation of
PojoPropertyAccessor
for accessing a Method (getter or setter) in a limited environment (GWT). |
class |
AbstractPojoPropertyAccessorSetMethod
This is the abstract base implementation of the
PojoPropertyAccessorOneArg interface for accessing a setter
Method in a limited environment (GWT). |
class |
PojoPropertyAccessorGetField
|
class |
PojoPropertyAccessorIndexedNonArgMethod
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for accessing a Method . |
class |
PojoPropertyAccessorIndexedOneArgMethod
This is the implementation of the
PojoPropertyAccessorIndexedOneArg interface for accessing a Method . |
class |
PojoPropertyAccessorNonArgMethod
This is the implementation of the
PojoPropertyAccessorNonArg interface for accessing a Method . |
class |
PojoPropertyAccessorOneArgMethod
This is the implementation of the
PojoPropertyAccessorOneArg interface for accessing a Method . |
class |
PojoPropertyAccessorProxyAdd
This is the implementation of the
PojoPropertyAccessorOneArg interface for
adding an element using the getter from another accessor returning an
array or Collection . |
class |
PojoPropertyAccessorProxyGetByIndex
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
indexed-getter
using a fixed index. |
class |
PojoPropertyAccessorProxyGetByKey
This is an implementation of the
PojoPropertyAccessorNonArg acting as as a
getter that delegates to a
mapped-getter using a
fixed key. |
class |
PojoPropertyAccessorProxyGetIndexed
This is the implementation of the
PojoPropertyAccessorIndexedNonArg interface for
getting an element from another accessor returning an array
or List . |
class |
PojoPropertyAccessorProxyGetMapped
This is the implementation of the
PojoPropertyAccessorOneArg interface for
getting an element from another accessor returning a
Map . |
class |
PojoPropertyAccessorProxyGetSize
This is the implementation of the
PojoPropertyAccessorNonArg interface for
getting the size of an array, List or
Map from another accessor. |
class |
PojoPropertyAccessorProxyRemove
This is the implementation of the
PojoPropertyAccessorOneArg interface for
removing an element using the getter from another accessor returning an
array or Collection . |
class |
PojoPropertyAccessorProxySetByIndex
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
indexed-setter
using a fixed index. |
class |
PojoPropertyAccessorProxySetByKey
This is an implementation of the
PojoPropertyAccessorOneArg acting as as a
setter that delegates to a
mapped-setter using a
fixed key. |
class |
PojoPropertyAccessorProxySetIndexed
This is the implementation of the
PojoPropertyAccessorIndexedOneArg interface for
setting an indexed property using the getter from another
accessor returning an array or List . |
class |
PojoPropertyAccessorProxySetMapped
This is the implementation of the
PojoPropertyAccessorTwoArg interface for
setting an element in a Map returned from another
accessor. |
class |
PojoPropertyAccessorSetField
|
class |
PojoPropertyAccessorTwoArgMethod
This is the implementation of the
PojoPropertyAccessorTwoArg interface for accessing a Method . |
Copyright © 2001–2016 mmm-Team. All rights reserved.