public class LockNameFormatter
extends java.lang.Object
implements java.util.function.Function<java.lang.String,java.lang.String>
Modifier and Type | Field and Description |
---|---|
protected MessageTools |
messageTools |
protected Metadata |
metadata |
Constructor and Description |
---|
LockNameFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
apply(java.lang.String value) |
protected Metadata metadata
protected MessageTools messageTools