Package dev.orne.i18n.spring
Interface I18nSpringConfigurer
@API(status=STABLE,
since="0.1")
public interface I18nSpringConfigurer
Interface to be implemented by @
Configuration
classes annotated with @EnableI18N
that wish to customize the
I18nContextProvider
instance used by the application
See @EnableI18N
for usage examples.
- Since:
- 0.1
- Version:
- 1.0, 2021-01
- Author:
- (w) Iker Hernaez
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Configure the I18N context provider configuration.Returns the I18N context provider builder to use to configure I18N context provider.
-
Method Details
-
getI18nContextProviderBuilder
Returns the I18N context provider builder to use to configure I18N context provider.- Returns:
- The I18N context provider builder.
-
configureI18nContextProvider
Configure the I18N context provider configuration.- Parameters:
builder
- The I18N context provider builder.
-