public class AttachmentDeserializationHandler extends Object implements FormDataDeserializationHandler
Constructor and Description |
---|
AttachmentDeserializationHandler(AttachmentsHelper attachmentsHelper,
ContentManager contentManager) |
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 AttachmentDeserializationHandler(AttachmentsHelper attachmentsHelper, ContentManager contentManager)
public boolean accept(Object value)
FormDataDeserializationHandler
Returns whether the given value can be handled or not.
accept
in interface FormDataDeserializationHandler
value
- the value to decide on whether it can be handledpublic Object process(Object value)
FormDataDeserializationHandler
Processes the given value and returns the resulting deserialized value.
process
in interface FormDataDeserializationHandler
value
- the value to processCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.