Package cn.net.pap.example.proguard.util
Class ResponseEntityUtils
java.lang.Object
cn.net.pap.example.proguard.util.ResponseEntityUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.springframework.http.ResponseEntity<T>buildResponse(boolean isModified, T body, Instant lastModified) Last-Modified 304
-
Constructor Details
-
ResponseEntityUtils
public ResponseEntityUtils()
-
-
Method Details
-
buildResponse
public static <T> org.springframework.http.ResponseEntity<T> buildResponse(boolean isModified, T body, Instant lastModified) Last-Modified 304- Type Parameters:
T-- Parameters:
isModified-body-lastModified-- Returns:
-