public class MessageDateFormatMethodExecutor extends DateFormatMethodExecutor
MethodExecutor handling formatting using a SimpleDateFormat.| Constructor and Description |
|---|
MessageDateFormatMethodExecutor()
Instantiates a new message date format method executor.
|
MessageDateFormatMethodExecutor(java.lang.String key)
Instantiates a new message date format method executor.
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.expression.TypedValue |
execute(org.springframework.expression.EvaluationContext context,
java.lang.Object target,
java.lang.Object... arguments) |
dateFormat, dateFormat, dateFormat, dateFormat, dateFormat, getKeypublic MessageDateFormatMethodExecutor()
public MessageDateFormatMethodExecutor(java.lang.String key)
key - the key for timestamppublic org.springframework.expression.TypedValue execute(org.springframework.expression.EvaluationContext context,
java.lang.Object target,
java.lang.Object... arguments)
throws org.springframework.expression.AccessException
execute in interface org.springframework.expression.MethodExecutorexecute in class DateFormatMethodExecutororg.springframework.expression.AccessException