Package xyz.juandiii.commons.utils
Class Controller
- java.lang.Object
-
- xyz.juandiii.commons.utils.Controller
-
- Direct Known Subclasses:
ReactiveController
public abstract class Controller extends Object
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected <T> javax.ws.rs.core.ResponsesuccessResponse(T object, String message, boolean hasErrors, int code)
-
-
-
Method Detail
-
successResponse
protected <T> javax.ws.rs.core.Response successResponse(T object, String message, boolean hasErrors, int code)
-
-