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.
Functional interface for property processing.
-
Method Summary
-
Method Details
-
apply
Applies the property value using the appropriate setter.- Parameters:
value
- The property valuelogger
- The logger to use- Throws:
Exception
- if there's an error processing the property
-