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>>
-
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
-
OptionalSessionArgumentBinder
public OptionalSessionArgumentBinder()
-
-
Method Details
-
argumentType
-
bind
-