Interface PropertiesConfigAdapter.RequiredFallback<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.RequiredFallback<V>
Gets the fallback value.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Gets the fallback value.
  • Method Details

    • get

      V get()
      Gets the fallback value.
      Returns:
      the value