Interface PropertiesConfigAdapter.Getter<T,V>

Type Parameters:
T - the type of the properties
V - the type of the value
Enclosing class:
PropertiesConfigAdapter<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface PropertiesConfigAdapter.Getter<T,V>
Gets a value from the given properties.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable V
    get(T properties)
    Gets a value from the given properties.
  • Method Details

    • get

      @Nullable V get(T properties)
      Gets a value from the given properties.
      Parameters:
      properties - the properties
      Returns:
      the value or null