Uses of Class
dev.orne.i18n.I18nStringMap
Package
Description
Utilities for I18N support.
Javax JAXB integration for I18N support.
-
Uses of I18nStringMap in dev.orne.i18n
Modifier and TypeMethodDescription@NotNull I18nStringMap
I18nFixedString.asMap()
Returns this instance represented as anI18nStringMap
instance.@NotNull I18nStringMap
I18nResourcesString.asMap()
Returns this instance represented as anI18nStringMap
instance.@NotNull I18nStringMap
I18nString.asMap()
Returns this instance represented as anI18nStringMap
instance.@NotNull I18nStringMap
I18nStringMap.asMap()
Returns this instance represented as anI18nStringMap
instance.@NotNull I18nStringMap
I18nStringMapGenerator.defaultValue
(@NotNull dev.orne.test.rnd.params.StringGenerationParameters parameters) static @NotNull I18nStringMap
Creates a newI18nStringMap
instance with specified default text and no translations.@NotNull I18nStringMap
I18nStringMapGenerator.randomValue
(@NotNull dev.orne.test.rnd.params.StringGenerationParameters parameters) @NotNull I18nStringMap
Removes the translation for the specified language.@NotNull I18nStringMap
Removes the translation for the specified language.@NotNull I18nStringMap
Sets the translation for the specified locale.@NotNull I18nStringMap
Sets the translation for the specified locale.@NotNull I18nStringMap
I18nStringMap.setDefaultText
(@NotNull String defaultText) Sets the default text.@NotNull I18nStringMap
Sets the text translations. -
Uses of I18nStringMap in dev.orne.i18n.jaxb
Modifier and TypeMethodDescriptionI18nStringMapAdapter.Full.marshal
(I18nStringMap value) I18nStringMapAdapter.marshal
(I18nStringMap value)