Interface PropertiesLookupListener

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface PropertiesLookupListener
    Listener to trigger when the properties component is looking up and found a property.
    • Method Detail

      • onLookup

        void onLookup​(String name,
                      String value,
                      String defaultValue,
                      String source)
        Triggers when the given property was found.
        Parameters:
        name - property name
        value - the resolved value
        defaultValue - optional default value
        source - optional source containing the properties