Uses of Interface
io.fluxcapacitor.javaclient.web.WebResponseMapper
Packages that use WebResponseMapper
-
Uses of WebResponseMapper in io.fluxcapacitor.javaclient.configuration
Methods in io.fluxcapacitor.javaclient.configuration that return WebResponseMapperModifier and TypeMethodDescriptionFluxCapacitorConfiguration.webResponseMapper()
Mapper used for converting web handler return values intoWebResponse
objects.Methods in io.fluxcapacitor.javaclient.configuration with parameters of type WebResponseMapperModifier and TypeMethodDescriptionDefaultFluxCapacitor.Builder.replaceWebResponseMapper
(WebResponseMapper webResponseMapper) FluxCapacitorBuilder.replaceWebResponseMapper
(WebResponseMapper webResponseMapper) Replaces theWebResponseMapper
used for handling web responses. -
Uses of WebResponseMapper in io.fluxcapacitor.javaclient.web
Classes in io.fluxcapacitor.javaclient.web that implement WebResponseMapperModifier and TypeClassDescriptionclass
Default implementation ofWebResponseMapper
that converts handler return values intoWebResponse
objects.