Class RestResponseFactory

java.lang.Object
com.hybris.commons.client.RestResponseFactory

public class RestResponseFactory extends Object
Factory creates instance of ResponseEntity with stub values.
  • Method Details

    • newStubInstance

      public static <T> org.springframework.http.ResponseEntity<T> newStubInstance()