Class ConfigurableUriNamingStrategy

java.lang.Object
io.micronaut.web.router.naming.HyphenatedUriNamingStrategy
io.micronaut.web.router.naming.ConfigurableUriNamingStrategy
All Implemented Interfaces:
RouteBuilder.UriNamingStrategy

@Deprecated(since="4.5.0", forRemoval=true) public class ConfigurableUriNamingStrategy extends HyphenatedUriNamingStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
Behavior moved up into HyphenatedUriNamingStrategy
The configurable RouteBuilder.UriNamingStrategy if property "micronaut.server.context-path" has been set.
Since:
1.2.0
Author:
Andrey Tsarenko
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Constructs a new uri naming strategy for the given property.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    resolveUri(BeanDefinition<?> beanDefinition)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolve the URI to use for the given type.
    resolveUri(Class<?> type)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolve the URI to use for the given type.
    @NonNull String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolve the URI to use for the given type and route id.
    @NonNull String
    resolveUri(String property)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Resolve the URI to use for the given type.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.web.router.RouteBuilder.UriNamingStrategy

    normalizeUri