Package dev.relism.flash.ext.jackson
Class JacksonHandler<B>
java.lang.Object
dev.relism.flash.models.RequestHandler
dev.relism.flash.models.BodyHandler<B>
dev.relism.flash.ext.jackson.JacksonHandler<B>
- Type Parameters:
B- the body type, which is also what the published OpenAPI document describes
public abstract class JacksonHandler<B>
extends dev.relism.flash.models.BodyHandler<B>
A handler whose body one Jackson format parses and whose constraints are checked before it
arrives.
Format modules extend this and name their codec — JsonHandler, XmlHandler.
An application extends those, never this one.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.relism.flash.models.BodyHandler
bodyType, bodyTypeOf, handle, handleMethods inherited from class dev.relism.flash.models.RequestHandler
bind, find, onInit, optional, require