Class ValidatingApiV1ResponseFactory

  • All Implemented Interfaces:
    org.projectnessie.client.http.HttpResponseFactory

    public class ValidatingApiV1ResponseFactory
    extends java.lang.Object
    implements org.projectnessie.client.http.HttpResponseFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.projectnessie.client.http.HttpResponse make​(org.projectnessie.client.http.ResponseContext context, com.fasterxml.jackson.databind.ObjectMapper mapper)  
      • Methods inherited from class java.lang.Object

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

      • ValidatingApiV1ResponseFactory

        public ValidatingApiV1ResponseFactory()
    • Method Detail

      • make

        public org.projectnessie.client.http.HttpResponse make​(org.projectnessie.client.http.ResponseContext context,
                                                               com.fasterxml.jackson.databind.ObjectMapper mapper)
        Specified by:
        make in interface org.projectnessie.client.http.HttpResponseFactory