Package dmx.fun.spring.boot.web
package dmx.fun.spring.boot.web
-
ClassesClassDescriptionSpring Boot autoconfiguration that registers dmx-fun Spring MVC
HandlerMethodReturnValueHandlers in Spring MVC'sRequestMappingHandlerAdapter.Spring MVCHandlerMethodReturnValueHandlerthat convertsOptionreturn values into HTTP responses automatically:Option.some(Object)→ HTTP 200 with the unwrapped value serialized by the delegateHandlerMethodReturnValueHandler(typicallyRequestResponseBodyMethodProcessor).Option.none()→ HTTP 404 with an empty body.