Module is.codion.common.core
Package is.codion.common.property
Interface PropertyStore.PropertyFormatter
- Enclosing interface:
- PropertyStore
public static interface PropertyStore.PropertyFormatter
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
-