| Class | Description |
|---|---|
| DateFormatMethodExecutor |
A
MethodExecutor handling formatting using a SimpleDateFormat. |
| HashListMethodExecutor |
A
MethodExecutor using an first argument as key
to be matched from second argument which is expected to be
a List of List of Objects. |
| HashMethodExecutor |
A
MethodExecutor using an first argument as an
Object to get its hashcode and second argument expected to
be an Integer to calculate a simple bucket name. |
| HashRangeMethodExecutor |
A
MethodExecutor using an first argument as key
to be used as a range search with a List of Object found from
a second argument. |
| MapExpressionMethods |
Helper class to work with a spel expressions resolving values
from a
Map. |
| PartitionKeyMethodResolver |
A
MethodResolver handling custom methods internally without
a need to register via variables. |
| PathCombiningMethodExecutor |
A
MethodExecutor making it easier to combine
paths instead of concatenating in spel itself. |