Interface ConfigurationUpdateHelper.PropertyProcessor
- 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 custom property processing.
-
Method Summary
-
Method Details
-
process
Processes the property value.- Parameters:
value
- The property valuelogger
- The logger to use- Throws:
Exception
- if there's an error processing the property
-