Annotation Type NessieApiBuilderProperty


  • @Target({TYPE,FIELD,PARAMETER})
    @Retention(RUNTIME)
    @Repeatable(NessieApiBuilderProperties.class)
    @Inherited
    public @interface NessieApiBuilderProperty
    Configuration properties passed to NessieClientBuilder via NessieClientBuilder.fromConfig(Function).

    The implementation takes care of setting the right value for "nessie.uri".

    See NessieAPI.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name  
      java.lang.String value  
    • Element Detail

      • name

        java.lang.String name
      • value

        java.lang.String value