Uses of Interface
net.officefloor.web.build.HttpEscalationResponder
Packages that use HttpEscalationResponder
Package
Description
-
Uses of HttpEscalationResponder in net.officefloor.spring.starter.rest.response
Classes in net.officefloor.spring.starter.rest.response that implement HttpEscalationResponderMethods in net.officefloor.spring.starter.rest.response that return HttpEscalationResponderModifier and TypeMethodDescription<E extends Throwable>
HttpEscalationResponder<E>SpringHttpObjectResponderFactory.createHttpEscalationResponder(Class<E> escalationType, boolean isOfficeFloorEscalation) -
Uses of HttpEscalationResponder in net.officefloor.web.build
Methods in net.officefloor.web.build that return HttpEscalationResponderModifier and TypeMethodDescription<E extends Throwable>
HttpEscalationResponder<E>HttpObjectResponderFactory.createHttpEscalationResponder(Class<E> escalationType, boolean isOfficeFloorEscalation) Creates theHttpObjectResponderfor theEscalationtype. -
Uses of HttpEscalationResponder in net.officefloor.web.json
Methods in net.officefloor.web.json that return HttpEscalationResponderModifier and TypeMethodDescription<E extends Throwable>
HttpEscalationResponder<E>JacksonHttpObjectResponderFactory.createHttpEscalationResponder(Class<E> escalationType, boolean isOfficeFloorEscalation)