| Class | Description | 
|---|---|
| DateFormatMethodExecutor | A  MethodExecutorhandling formatting using aSimpleDateFormat. | 
| HashListMethodExecutor | A  MethodExecutorusing an first argument as key
 to be matched from second argument which is expected to be
 a List of List of Objects. | 
| HashMethodExecutor | A  MethodExecutorusing 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  MethodExecutorusing 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  MethodResolverhandling custom methods internally without
 a need to register via variables. | 
| PathCombiningMethodExecutor | A  MethodExecutormaking it easier to combine
 paths instead of concatenating in spel itself. |