-
- All Superinterfaces:
NlsFormatter<NlsVariable>
public interface NlsVariableFormatter extends NlsFormatter<NlsVariable>
TheNlsVariableFormatter
is anNlsFormatter
for aNlsVariable
. It performs the higher-level formatting withjustification
delegating the lower-level formatting to theaccording sub-formatter
.
-
-
Method Summary
Static Methods Modifier and Type Method Description static NlsVariableFormatter
get()
-
Methods inherited from interface io.github.mmm.nls.formatter.NlsFormatter
format, format
-
-
-
-
Method Detail
-
get
static NlsVariableFormatter get()
- Returns:
- the instance of
NlsVariableFormatter
.
-
-