Uses of Class
com.codingapi.springboot.framework.dto.response.Response
Packages that use Response
Package
Description
-
Uses of Response in com.codingapi.springboot.framework.command
Classes in com.codingapi.springboot.framework.command with type parameters of type ResponseModifier and TypeInterfaceDescriptionstatic interfaceIExecutor.Command<R extends Response,C> static interfaceIExecutor.Void<R extends Response> -
Uses of Response in com.codingapi.springboot.framework.dto.response
Subclasses of Response in com.codingapi.springboot.framework.dto.responseModifier and TypeClassDescriptionclassclassclassMethods in com.codingapi.springboot.framework.dto.response that return ResponseModifier and TypeMethodDescriptionstatic ResponseResponse.buildFailure(String errCode, String errMessage) static ResponseResponse.buildSuccess()