Uses of Class
org.chenile.base.response.GenericResponse
Package
Description
Defines the MyBatis query controller.
This is defined for those who need it.
This is defined for those who need it.
The core Chenile exchange objects are defined here.
Define Core Chenile interceptors
Contains the Gherkin language support for Rest interactions
Chenile proxy interceptors.
-
Uses of GenericResponse in org.chenile.configuration.controller
Modifier and TypeMethodDescriptionQueryController.search
(HttpServletRequest request, String queryName, SearchRequest<Map<String, Object>> searchRequest) -
Uses of GenericResponse in org.chenile.core.context
-
Uses of GenericResponse in org.chenile.core.interceptors
Modifier and TypeMethodDescriptionprivate void
GenericResponseBuilder.populateResponseMessages
(GenericResponse<Object> genericResponse, ChenileExchange exchange) -
Uses of GenericResponse in org.chenile.cucumber.rest
Modifier and TypeMethodDescriptionprivate GenericResponse<?>
RestCukesSteps.extractGenericResponse()
-
Uses of GenericResponse in org.chenile.proxy.interceptors
Modifier and TypeMethodDescriptionprivate void
HttpInvoker.populateResponse
(ResponseEntity<GenericResponse<?>> httpResponse, String baseURI, String serviceOpName, ChenileExchange exchange)