Interface AnnotatedElementBinder<A extends Annotation,T>
- Type Parameters:
T
- The target typeA
- The annotation type
- All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,
,com.tangosol.net.topic.Subscriber.Element<?>> ElementBinder<T>
- All Known Implementing Classes:
ElementValueBinder
Interface for binders that bind method arguments from an
Subscriber.Element
via an annotation.- Since:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
io.micronaut.core.bind.ArgumentBinder.BindingResult<T extends Object>
-
Method Summary
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind
-
Method Details
-
annotationType
- Returns:
- The annotation type
-