Class UriInfoBinder
java.lang.Object
io.micronaut.jaxrs.runtime.ext.bind.UriInfoBinder
- All Implemented Interfaces:
ArgumentBinder<UriInfo,
,HttpRequest<?>> TypeArgumentBinder<UriInfo,
,HttpRequest<?>> RequestArgumentBinder<UriInfo>
,TypedRequestArgumentBinder<UriInfo>
@Singleton
@Internal
public final class UriInfoBinder
extends Object
implements TypedRequestArgumentBinder<UriInfo>
- Since:
- 3.3.0
- Author:
- Dan Hollingsworth
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T extends Object>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbind
(ArgumentConversionContext<UriInfo> uriInfo, HttpRequest<?> source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes
-
Constructor Details
-
UriInfoBinder
public UriInfoBinder()
-
-
Method Details
-
bind
public ArgumentBinder.BindingResult<UriInfo> bind(ArgumentConversionContext<UriInfo> uriInfo, HttpRequest<?> source) - Specified by:
bind
in interfaceArgumentBinder<UriInfo,
HttpRequest<?>>
-
argumentType
- Specified by:
argumentType
in interfaceTypeArgumentBinder<UriInfo,
HttpRequest<?>>
-