Package me.datafox.dfxengine.text.utils
Class ConfigurationKeys
java.lang.Object
me.datafox.dfxengine.text.utils.ConfigurationKeys
Global configuration keys used by this module. This class is designed to be used with the
Injector
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConfigurationKey
<String> General delimiter.static final ConfigurationKey
<String> Delimiter used for lists before the second to last element.static final ConfigurationKey
<String> Delimiter used for lists between the second to last and the last element.static final ConfigurationKey
<Handle> Handle
of theNumberFormatter
to be used.static final ConfigurationKey
<Handle> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DELIMITER
General delimiter. The default value is -
LIST_DELIMITER
Delimiter used for lists before the second to last element. The default value is,
. -
LIST_LAST_DELIMITER
Delimiter used for lists between the second to last and the last element. The default value isand
. -
NUMBER_FORMATTER
-
NUMBER_SUFFIX_FORMATTER
Handle
of theNumberSuffixFormatter
used by allNumberFormatters
. The default value isHandled.getHandle()
.
-
-
Constructor Details
-
ConfigurationKeys
-