Package org.logdoc.fairhttp.service.api
Class Controller
- java.lang.Object
-
- org.logdoc.fairhttp.service.api.Controller
-
public class Controller extends Object
- Author:
- Denis Danilin | me@loslobos.ru 03.02.2023 14:10 FairHttpService ☭ sweat and blood
-
-
Constructor Summary
Constructors Constructor Description Controller()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Responseok()static Responseok(byte[] bytes)static Responseok(com.fasterxml.jackson.databind.JsonNode json)static Responseok(String data)static Responseok(Path p)static ResponseokText(String data)static Responsestatus(int code, String message)
-