Pojo
s.See: Description
Interface | Description |
---|---|
PojoPropertyAccessor | |
PojoPropertyAccessorIndexedNonArg |
This is the interface for a
property-accessor that allows to perform something (e.g. |
PojoPropertyAccessorIndexedOneArg |
This is the interface for a
property-accessor that allows to
apply an item at a given index in an indexed property. |
PojoPropertyAccessorModes |
This type contains the available
PojoPropertyAccessorMode s to have them in one place and make the API easier
to use.In case you want to extend and create your own mode and accessor you need to reference it explicitly. |
PojoPropertyAccessorNonArg |
This is the interface for a
property-accessor that allows to access a property without any argument. |
PojoPropertyAccessorOneArg |
This is the interface for a
property-accessor that allows to
access a property supplying a single argument. |
PojoPropertyAccessorTwoArg |
This is the interface for a
property-accessor that allows to
access a property supplying a two arguments. |
Class | Description |
---|---|
PojoPropertyAccessorIndexedNonArgMode | |
PojoPropertyAccessorIndexedOneArgMode | |
PojoPropertyAccessorMode<ACCESSOR extends PojoPropertyAccessor> |
This is the abstract base class for the mode of a specific
PojoPropertyAccessor . |
PojoPropertyAccessorNonArgMode | |
PojoPropertyAccessorOneArgMode | |
PojoPropertyAccessorTwoArgMode |
Pojo
s.
PojoPropertyAccessor
s with their
PojoPropertyAccessorMode
s.Copyright © 2001–2016 mmm-Team. All rights reserved.