Module is.codion.common.utilities
Interface PropertyStore.PropertyFormatter
- Enclosing class:
PropertyStore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Formats a property value, can f.ex. be used to hide passwords and other sensitive data.
-
Method Summary
Modifier and TypeMethodDescriptionformatValue(String property, String value) Formats the given value.
-
Method Details
-
formatValue
Formats the given value.- Parameters:
property- the propertyvalue- the value- Returns:
- the value
-