Class OptionalSessionValueArgumentBinder
java.lang.Object
io.micronaut.session.binder.OptionalSessionValueArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.annotation.AnnotatedArgumentBinder<SessionValue, Optional, io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.ArgumentBinder<Optional, io.micronaut.http.HttpRequest<?>>, io.micronaut.core.bind.TypeArgumentBinder<Optional, io.micronaut.http.HttpRequest<?>>, io.micronaut.http.bind.binders.AnnotatedRequestArgumentBinder<SessionValue, Optional>, io.micronaut.http.bind.binders.RequestArgumentBinder<Optional>, io.micronaut.http.bind.binders.TypedRequestArgumentBinder<Optional>
@Singleton
@Requires(classes=io.micronaut.http.server.HttpServerConfiguration.class)
public class OptionalSessionValueArgumentBinder
extends Object
implements io.micronaut.http.bind.binders.TypedRequestArgumentBinder<Optional>, io.micronaut.http.bind.binders.AnnotatedRequestArgumentBinder<SessionValue, Optional>
- Since:
- 1.0
- Author:
- Graeme Rocher
-
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
createSpecificMethods inherited from interface io.micronaut.http.bind.binders.TypedRequestArgumentBinder
matches, superTypes
-
Constructor Details
-
OptionalSessionValueArgumentBinder
public OptionalSessionValueArgumentBinder()
-
-
Method Details
-
argumentType
-
getAnnotationType
- Specified by:
getAnnotationTypein interfaceio.micronaut.core.bind.annotation.AnnotatedArgumentBinder<SessionValue, Optional, io.micronaut.http.HttpRequest<?>>
-
bind
-