Interface ConfigurationUpdateHelper.PropertyMapping

Enclosing class:
ConfigurationUpdateHelper
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 static interface ConfigurationUpdateHelper.PropertyMapping
Functional interface for property processing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(Object value, org.slf4j.Logger logger)
    Applies the property value using the appropriate setter.
  • Method Details

    • apply

      void apply(Object value, org.slf4j.Logger logger) throws Exception
      Applies the property value using the appropriate setter.
      Parameters:
      value - The property value
      logger - The logger to use
      Throws:
      Exception - if there's an error processing the property