public class ClassNameFormatter
extends java.lang.Object
implements io.jmix.ui.component.formatter.Formatter<java.lang.String>
The formatter formats the string that contains the class path, where the packages are separated by dots, into a string that is the class name.
Modifier and Type | Field and Description |
---|---|
protected io.jmix.core.Messages |
messages |
Constructor and Description |
---|
ClassNameFormatter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
apply(java.lang.String value) |