An InteractionHandler that sits in-between an InteractionHandler and a JsonInteractionHandler. It converts the input data stream into a JSON object to be used by the stored handler.

Since the JSON body is only made during the handle call, it can not be used during the canHandle, so the canHandle call of the stored handler is not called, meaning this class accepts all input that can be converted to JSON.

Hierarchy (view full)

Constructors

Methods