Uses of Interface
net.officefloor.web.build.HttpObjectResponder
-
Packages that use HttpObjectResponder Package Description net.officefloor.web.build net.officefloor.web.json -
-
Uses of HttpObjectResponder in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpObjectResponder Modifier and Type Method Description <E extends java.lang.Throwable>
HttpObjectResponder<E>HttpObjectResponderFactory. createHttpEscalationResponder(java.lang.Class<E> escalationType)
Creates theHttpObjectResponder
for theEscalation
type.<T> HttpObjectResponder<T>
HttpObjectResponderFactory. createHttpObjectResponder(java.lang.Class<T> objectType)
Creates theHttpObjectResponder
for theObject
type. -
Uses of HttpObjectResponder in net.officefloor.web.json
Methods in net.officefloor.web.json that return HttpObjectResponder Modifier and Type Method Description <E extends java.lang.Throwable>
HttpObjectResponder<E>JacksonHttpObjectResponderFactory. createHttpEscalationResponder(java.lang.Class<E> escalationType)
<T> HttpObjectResponder<T>
JacksonHttpObjectResponderFactory. createHttpObjectResponder(java.lang.Class<T> objectType)
-