Class ResponseRepresentation
- java.lang.Object
-
- com.hltech.pact.gen.domain.client.model.ResponseRepresentation
-
public class ResponseRepresentation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ResponseRepresentation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ResponseRepresentationfrom(org.springframework.http.HttpStatus status, java.util.List<Param> headers, java.lang.reflect.Method method, java.lang.String description, boolean isEmptyBodyExpected)static ResponseRepresentationgetDefaultForMethod(java.lang.reflect.Method method, java.lang.String[] responseHeaders)
-
-
-
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)
-
-