Class AbstractAnnotatedArgumentBinder<A extends Annotation,T,S>

java.lang.Object
io.micronaut.core.bind.annotation.AbstractArgumentBinder<T>
io.micronaut.core.bind.annotation.AbstractAnnotatedArgumentBinder<A,T,S>
Type Parameters:
A - The annotation type
T - The argument type
S - The binding source type
All Implemented Interfaces:
AnnotatedArgumentBinder<A,T,S>, ArgumentBinder<T,S>

@Deprecated(forRemoval=true, since="4.0") public abstract class AbstractAnnotatedArgumentBinder<A extends Annotation,T,S> extends AbstractArgumentBinder<T> implements AnnotatedArgumentBinder<A,T,S>
Deprecated, for removal: This API element is subject to removal in a future version.
An abstract AnnotatedArgumentBinder implementation.
Since:
1.0
Author:
Graeme Rocher
  • Constructor Details

    • AbstractAnnotatedArgumentBinder

      protected AbstractAnnotatedArgumentBinder(ConversionService conversionService)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      conversionService - conversionService