- Enclosing class:
Loader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface for editing a property value during the loading process. This can be used for tasks like
decrypting encrypted values.
-
Method Summary
-
Method Details
-
edit
Edits the given value.- Parameters:
group- The group the property belongs to.key- The property key.value- The original property value.- Returns:
- The edited value.
-