public final class DateDeserializationHandler extends Object implements FormDataDeserializationHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_TYPE |
static String |
ATTRIBUTE_VALUE |
static String |
ATTRIBUTE_VALUE_ATTACHMENT |
| 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 static final String ATTRIBUTE_TYPE
public static final String ATTRIBUTE_VALUE
public static final String ATTRIBUTE_VALUE_ATTACHMENT
public boolean accept(Object value)
FormDataDeserializationHandleraccept in interface FormDataDeserializationHandlervalue - the value to decide on whether it can be handledpublic Object process(Object value)
FormDataDeserializationHandlerprocess in interface FormDataDeserializationHandlervalue - the value to processCopyright © 2010 - 2017 edorasware ag. All Rights Reserved.