Interface PojoProperties.PojoBuilder<T>

  • Enclosing class:
    PojoProperties<T>

    public static interface PojoProperties.PojoBuilder<T>
    • Method Detail

      • set

        void set​(java.lang.String property,
                 java.lang.Object value)
      • build

        T build()