Interface PropertiesConfigAdapter.Getter<T,V>

Enclosing class:
PropertiesConfigAdapter<T>

protected static interface PropertiesConfigAdapter.Getter<T,V>
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable V
    get(T properties)
     
  • Method Details

    • get

      @Nullable V get(T properties)