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 typeT
- The argument typeS
- 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.core.bind.ArgumentBinder
ArgumentBinder.BindingResult<T>
-
Field Summary
Fields inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
conversionService
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractAnnotatedArgumentBinder
(ConversionService conversionService) Deprecated, for removal: This API element is subject to removal in a future version.Constructor. -
Method Summary
Methods inherited from class io.micronaut.core.bind.annotation.AbstractArgumentBinder
doBind, doBind, doConvert, doConvert, doResolve, getFallbackFormat
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.bind.annotation.AnnotatedArgumentBinder
getAnnotationType
Methods inherited from interface io.micronaut.core.bind.ArgumentBinder
bind
-
Constructor Details
-
AbstractAnnotatedArgumentBinder
Deprecated, for removal: This API element is subject to removal in a future version.Constructor.- Parameters:
conversionService
- conversionService
-
AbstractArgumentBinder