public class Responses extends java.lang.Object
Responses()
static org.springframework.http.ResponseEntity
notFound()
ok()
static <T> org.springframework.http.ResponseEntity<T>
ok(T model)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Responses()
public static org.springframework.http.ResponseEntity ok()
public static org.springframework.http.ResponseEntity notFound()
public static <T> org.springframework.http.ResponseEntity<T> ok(T model)