public class MessagePartitionKeyMethodResolver
extends org.springframework.data.hadoop.store.expression.PartitionKeyMethodResolver
Message
specific MethodResolver
.Constructor and Description |
---|
MessagePartitionKeyMethodResolver() |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.expression.MethodExecutor |
doDateFormat(org.springframework.expression.EvaluationContext context,
java.lang.Object targetObject,
java.lang.String name,
java.util.List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
Create a
MethodExecutor using MessageDateFormatMethodExecutor . |
protected org.springframework.expression.MethodExecutor doDateFormat(org.springframework.expression.EvaluationContext context, java.lang.Object targetObject, java.lang.String name, java.util.List<org.springframework.core.convert.TypeDescriptor> argumentTypes) throws org.springframework.expression.AccessException
MethodExecutor
using MessageDateFormatMethodExecutor
.doDateFormat
in class org.springframework.data.hadoop.store.expression.PartitionKeyMethodResolver
context
- the current evaluation contexttargetObject
- the object upon which the method is being calledargumentTypes
- the arguments that the constructor must be able to handleorg.springframework.expression.AccessException
- the access exception