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 . |
MapPartitionKeyPropertyAccessor |
A
PropertyAccessor reading values from a backing Map used by a
partition key. |
MapPartitionKeyPropertyAccessor.MapOptimalPropertyAccessor | |
MessageDateFormatMethodExecutor |
A
MethodExecutor handling formatting using a SimpleDateFormat . |
MessageExpressionMethods |
Helper class to work with a spel expressions resolving values
from a
Message . |
MessageExpressionMethods.MessageWrappedMessage | |
MessagePartitionKeyMethodResolver |
A
Message specific MethodResolver . |
MessagePartitionKeyPropertyAccessor |
A
PropertyAccessor reading values from a backing Message used by a
partition key. |
MessagePartitionKeyPropertyAccessor.MessageOptimalPropertyAccessor | |
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. |