Uses of Class
cronapp.framework.api.response.DefaultResponse
-
Packages that use DefaultResponse Package Description cronapp.framework.api.response cronapp.framework.authentication.token -
-
Uses of DefaultResponse in cronapp.framework.api.response
Methods in cronapp.framework.api.response that return DefaultResponse Modifier and Type Method Description DefaultResponseDefaultResponse. parseResponse(Integer code, String message) -
Uses of DefaultResponse in cronapp.framework.authentication.token
Methods in cronapp.framework.authentication.token that return types with arguments of type DefaultResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<DefaultResponse>AuthenticationController. signUp(Var fields)
-