All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description AnnotatedFilterRouteBuilder AnExecutableMethodProcessorfor theFilterannotation.AnnotatedMethodRouteBuilder Responsible for buildingRouteinstances for the annotations found in theio.micronaut.http.annotationpackage.BasicObjectRouteMatch A route match designed to return an existing object.ConfigurableUriNamingStrategy The configurableRouteBuilder.UriNamingStrategyif property "micronaut.server.context-path" has been set.ConfigurationDefaultVersionProvider Implementation ofDefaultVersionProviderwhich uses configuration.ConsumesMediaTypeQualifier<T> ABeanQualifierthat qualifies based on the value of the media type defined in theConsumesannotation.DefaultRouteBuilder A DefaultRouteBuilder implementation for building roots.DefaultRouter The defaultRouterimplementation.DefaultVersionProvider Defines a provider of a default Version.DuplicateRouteException An exception thrown when multiple routes match a given URI.ErrorRoute Represents aRoutethat matches an exception.FilteredRouter Allows decorating an existingRouterwith filtering capabilities.FilterRoute A filter route is a route that matches anHttpFilter.HeaderVersionResolver ARequestVersionResolverresponsible for extracting version fromHttpHeaders.HeaderVersionResolverConfiguration Configuration for version resolution via headers.HyphenatedUriNamingStrategy The defaultRouteBuilder.UriNamingStrategyif none is provided by the application.MethodBasedRoute Represents aRoutethat is backed by a method.MethodBasedRouteMatch<T,R> Match a route based on a method.NullArgument Represents an argument with a null value.ParameterVersionResolver ARequestVersionResolverresponsible for extracting version fromHttpParameters.ParameterVersionResolverConfiguration Configuration for version resolution via request parameters.ProducesMediaTypeQualifier<T> ABeanQualifierthat qualifies based on the value of the media type defined in theProducesannotation.RequestVersionResolver Interface responsible for extracting request version fromHttpRequest.ResourceRoute A resource route is a composite route to a REST endpoint.Route Represents a Route definition constructed by aRouteBuilder.RouteBuilder An interface for classes capable of building HTTP routing information.RouteBuilder.UriNamingStrategy A URI naming strategy is used to dictate the default name to use when building a URI for a class.RouteInfo<R> Common information shared between route and route match.RouteMatch<R> ARoutethat is executable.RouteMatchFilter A filter responsible for filtering route matches.RouteMatchUtils Router Core Router interface that allows discovery of a route given an HTTP method and URI.RoutesVersioningConfiguration Routes versioning configuration.RouteVersionFilter Implementation ofRouteMatchFilterresponsible for filtering route matches onVersion.RoutingException An exception that occurs when building routes.StaticResourceConfiguration Stores configuration for the loading of static resources.StaticResourceResolver Resolves resources from a set of resource loaders.StaticResourceResolverFactory A factory for creating the defaultStaticResourceResolver.StatusRoute Represents aRoutethat matches a status.UnresolvedArgument<T> Represents an unresolved argument to aRoute.UnsatisfiedBodyRouteException An exception thrown when the anBodyto aRoutecannot be satisfied.UnsatisfiedCookieValueRouteException An exception thrown when the anCookieValueto aRoutecannot be satisfied.UnsatisfiedHeaderRouteException An exception thrown when the anHeaderto aRoutecannot be satisfied.UnsatisfiedPartRouteException An exception thrown when the anPartto aRoutecannot be satisfied.UnsatisfiedPathVariableRouteException An exception thrown when the anPathVariableto aRoutecannot be satisfied.UnsatisfiedQueryValueRouteException An exception thrown when the anQueryValueto aRoutecannot be satisfied.UnsatisfiedRequestAttributeRouteException An exception thrown when the anRequestAttributeto aRoutecannot be satisfied.UnsatisfiedRouteException An exception thrown when the anArgumentto aRoutecannot be satisfied.UriRoute Represents aRoutethat matches aURI.UriRouteMatch<T,R> ARouteMatchthat matches a URI andHttpMethod.VersionAwareRouterListener Configuration to decorateRouterwith version matching logic.VersionResolver<T,R> Resolves a version from a given object.VersionRouteMatchFilter A marker forRouteMatchFilters related with Versioning.