Uses of Class
dev.orne.i18n.I18nResourcesString.Builder
Packages that use I18nResourcesString.Builder
-
Uses of I18nResourcesString.Builder in dev.orne.i18n
Methods in dev.orne.i18n that return I18nResourcesString.BuilderModifier and TypeMethodDescriptionstatic I18nResourcesString.Builder
I18nResourcesString.forDefault
(@NotNull String defaultMessage) Creates a builder of a new instance with the specified default text.static I18nResourcesString.Builder
I18nString.fromResources
(@NotNull String defaultMessage) Creates a newI18nResourcesString
builder with the specified default text.I18nResourcesString.Builder.ofResources
(String key) Sets the I18N resources to use.I18nResourcesString.Builder.withArg
(Serializable arg) Adds the specified argument to the text arguments of this builder.I18nResourcesString.Builder.withArgs
(Serializable... args) Adds the specified arguments to the text arguments of this builder.Appends the specified text code to the codes configured of this builder.Appends the specified text codes to the codes configured of this builder.