Annotation Type NessieClientResponseFactory


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface NessieClientResponseFactory
    Annotation for JUnit5 test classes that need to run with a special HTTP response handler in Nessie REST API client.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends org.projectnessie.client.http.HttpResponseFactory> value  
    • Element Detail

      • value

        java.lang.Class<? extends org.projectnessie.client.http.HttpResponseFactory> value