Interface AnnotatedElementBinder<A extends Annotation,T>

Type Parameters:
T - The target type
A - The annotation type
All Superinterfaces:
io.micronaut.core.bind.ArgumentBinder<T,com.tangosol.net.topic.Subscriber.Element<?>>, ElementBinder<T>
All Known Implementing Classes:
ElementValueBinder

public interface AnnotatedElementBinder<A extends Annotation,T> extends ElementBinder<T>
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

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.micronaut.core.bind.ArgumentBinder

    bind
  • Method Details

    • annotationType

      Class<A> annotationType()
      Returns:
      The annotation type