Package io.micronaut.session.binder
Class OptionalSessionArgumentBinder
java.lang.Object
io.micronaut.session.binder.OptionalSessionArgumentBinder
- All Implemented Interfaces:
io.micronaut.core.bind.ArgumentBinder<Optional<Session>,
,io.micronaut.http.HttpRequest<?>> io.micronaut.core.bind.TypeArgumentBinder<Optional<Session>,
,io.micronaut.http.HttpRequest<?>> io.micronaut.http.bind.binders.RequestArgumentBinder<Optional<Session>>
,io.micronaut.http.bind.binders.TypedRequestArgumentBinder<Optional<Session>>
@Singleton
@Requires(classes=io.micronaut.http.server.HttpServerConfiguration.class)
public class OptionalSessionArgumentBinder
extends Object
implements io.micronaut.http.bind.binders.TypedRequestArgumentBinder<Optional<Session>>
- 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 extends Object>
-
Constructor Summary
-
Method Summary
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
-
OptionalSessionArgumentBinder
public OptionalSessionArgumentBinder()
-
-
Method Details
-
argumentType
-
bind
-