public class DateDeserializationHandler extends Object implements FormDataDeserializationHandler
This class deserializes string in ISO_8601_FORMAT to date object
| Constructor and Description | 
|---|
DateDeserializationHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
accept(Object value)
Returns whether the given value can be handled or not. 
 | 
Object | 
process(Object value)
Processes the given value and returns the resulting deserialized value. 
 | 
public boolean accept(Object value)
FormDataDeserializationHandlerReturns whether the given value can be handled or not.
accept in interface FormDataDeserializationHandlervalue - the value to decide on whether it can be handledpublic Object process(Object value)
FormDataDeserializationHandlerProcesses the given value and returns the resulting deserialized value.
process in interface FormDataDeserializationHandlervalue - the value to processCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.