Uses of Class
com.xxl.tool.response.Response
Packages that use Response
-
Uses of Response in com.xxl.tool.pipeline
Methods in com.xxl.tool.pipeline that return ResponseModifier and TypeMethodDescriptiondo executePipelineContext.getResponse()do processPipeline.process(Object request, ConcurrentMap<String, Object> contextMap) do processMethods in com.xxl.tool.pipeline with parameters of type ResponseModifier and TypeMethodDescriptionvoidPipelineContext.breakToFail(Response<Object> response) brank pipeline and response failvoidPipelineContext.setResponse(Response<Object> response) -
Uses of Response in com.xxl.tool.response
Methods in com.xxl.tool.response that return ResponseModifier and TypeMethodDescriptionstatic <T> Response<T>build responsestatic <T> Response<T>build responsestatic <T> Response<T>Response.ofFail()build fail responsestatic <T> Response<T>build fail responsestatic <T> Response<T>Response.ofSuccess()build success responsestatic <T> Response<T>Response.ofSuccess(T data) build success responseMethods in com.xxl.tool.response with parameters of type Response