Uses of Class
dev.orne.i18n.spring.I18nSpringContextProvider
Packages that use I18nSpringContextProvider
-
Uses of I18nSpringContextProvider in dev.orne.i18n.spring
Classes in dev.orne.i18n.spring with type parameters of type I18nSpringContextProviderModifier and TypeClassDescriptionprotected static classI18nSpringContextProvider.BuilderImpl<T extends I18nSpringContextProvider,B extends I18nSpringContextProvider.BuilderImpl<T, B>> Builder ofI18nSpringContextProviderinstances.Methods in dev.orne.i18n.spring that return I18nSpringContextProviderModifier and TypeMethodDescription@NotNull I18nSpringContextProviderI18nSpringContextProvider.Builder.build()Builds an immutable I18N context provider instance with the current configuration of this builder.@NotNull I18nSpringContextProviderI18nSpringContextProvider.BuilderImpl.build()Builds an immutable I18N context provider instance with the current configuration of this builder.protected @NotNull I18nSpringContextProviderI18nSpringConfiguration.createContextProvider()Creates a newI18nSpringContextProviderbased on configured properties.