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 Summary

    Modifier and Type
    Method
    Description
    void
    onLookup(String name, String value, String defaultValue, String source)
    Triggers when the given property was found.
  • Method Details

    • 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