Class ResponseRepresentation


  • public class ResponseRepresentation
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ResponseRepresentation from​(org.springframework.http.HttpStatus status, java.util.List<Param> headers, java.lang.reflect.Method method, java.lang.String description, boolean isEmptyBodyExpected)  
      static ResponseRepresentation getDefaultForMethod​(java.lang.reflect.Method method, java.lang.String[] responseHeaders)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseRepresentation

        public ResponseRepresentation()
    • Method Detail

      • getDefaultForMethod

        public static ResponseRepresentation getDefaultForMethod​(java.lang.reflect.Method method,
                                                                 java.lang.String[] responseHeaders)
      • from

        public static ResponseRepresentation from​(org.springframework.http.HttpStatus status,
                                                  java.util.List<Param> headers,
                                                  java.lang.reflect.Method method,
                                                  java.lang.String description,
                                                  boolean isEmptyBodyExpected)