public interface FormDataSerializationHandler
Handler interface for serializing values that are part of form data.
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 serialized value.
|
boolean accept(Object value)
Returns whether the given value can be handled or not.
value
- the value to decide on whether it can be handledObject process(Object value)
Processes the given value and returns the resulting serialized value.
value
- the value to processIllegalArgumentException
- if the given value is not acceptedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.