Interface PropertiesConfigAdapter.Fallback<V>

Type Parameters:
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.Fallback<V>
Gets the fallback value, if any.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable V
    get()
    Gets the fallback value, if any.
  • Method Details

    • get

      @Nullable V get()
      Gets the fallback value, if any.
      Returns:
      the value or null