Class SessionValueArgumentBinder
java.lang.Object
io.micronaut.session.binder.SessionValueArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<SessionValue, Object, io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.ArgumentBinder<Object, io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.AnnotatedRequestArgumentBinder<SessionValue, Object>, io.micronaut.http.bind.binders.RequestArgumentBinder<Object>
@Singleton
@Requires(classes=io.micronaut.http.server.HttpServerConfiguration.class)
public class SessionValueArgumentBinder
extends Object
implements io.micronaut.http.bind.binders.AnnotatedRequestArgumentBinder<SessionValue, Object>
Handles binding of the
SessionValue annotation.- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.http.bind.binders.RequestArgumentBinder
createSpecific
-
Constructor Details
-
SessionValueArgumentBinder
public SessionValueArgumentBinder()
-
-
Method Details
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceio.micronaut.core.bind.annotation.AnnotatedArgumentBinder<SessionValue, Object, io.micronaut.http.HttpRequest<?>>
-
bind
-