Uses of Class
org.chenile.base.response.GenericResponse
Packages that use 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.controllerMethods in org.chenile.configuration.controller that return types with arguments of type GenericResponseModifier and TypeMethodDescriptionQueryController.search(HttpServletRequest request, String queryName, SearchRequest<Map<String, Object>> searchRequest) 
- 
Uses of GenericResponse in org.chenile.core.contextFields in org.chenile.core.context declared as GenericResponse
- 
Uses of GenericResponse in org.chenile.core.interceptorsMethods in org.chenile.core.interceptors with parameters of type GenericResponseModifier and TypeMethodDescriptionprivate voidGenericResponseBuilder.populateResponseMessages(GenericResponse<Object> genericResponse, ChenileExchange exchange) 
- 
Uses of GenericResponse in org.chenile.cucumber.restMethods in org.chenile.cucumber.rest that return GenericResponseModifier and TypeMethodDescriptionprivate GenericResponse<?>RestCukesSteps.extractGenericResponse()
- 
Uses of GenericResponse in org.chenile.proxy.interceptorsMethod parameters in org.chenile.proxy.interceptors with type arguments of type GenericResponseModifier and TypeMethodDescriptionprivate voidHttpInvoker.populateResponse(ResponseEntity<GenericResponse<?>> httpResponse, String baseURI, String serviceOpName, ChenileExchange exchange)