Interface ConfigUtil.EnvProvider

Enclosing class:
ConfigUtil
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 ConfigUtil.EnvProvider
A provider for environment variables.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    get(String name)