@Singleton @Requires(property="micronaut.server.locale-resolution.fixed") public class HttpFixedLocaleResolver extends FixedLocaleResolver<HttpRequest<?>> implements HttpLocaleResolver
LocaleResolver
for fixed locale resolution.Modifier and Type | Field and Description |
---|---|
static Integer |
ORDER |
locale
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Constructor and Description |
---|
HttpFixedLocaleResolver(HttpLocaleResolutionConfiguration localeResolutionConfiguration) |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
resolve, resolveOrDefault
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve, resolveOrDefault
public static final Integer ORDER
public HttpFixedLocaleResolver(HttpLocaleResolutionConfiguration localeResolutionConfiguration)
localeResolutionConfiguration
- The locale resolution configuration