Uses of Interface
de.quantummaid.httpmaid.events.mapper.RequestToEventMapper
-
Packages that use RequestToEventMapper Package Description de.quantummaid.httpmaid.events.mapper de.quantummaid.httpmaid.events.processors -
-
Uses of RequestToEventMapper in de.quantummaid.httpmaid.events.mapper
Subinterfaces of RequestToEventMapper in de.quantummaid.httpmaid.events.mapper Modifier and Type Interface Description interfaceHttpRequestToEventMapperMethods in de.quantummaid.httpmaid.events.mapper that return RequestToEventMapper Modifier and Type Method Description static RequestToEventMapperRequestToEventMapper. byDirectlyMappingAllData()static RequestToEventMapperRequestToEventMapper. usingOnlyTheBody() -
Uses of RequestToEventMapper in de.quantummaid.httpmaid.events.processors
Methods in de.quantummaid.httpmaid.events.processors with parameters of type RequestToEventMapper Modifier and Type Method Description static ProcessorMapToEventProcessor. mapToEventProcessor(RequestToEventMapper requestToEventMapper)
-