Package io.micronaut.core.bind
package io.micronaut.core.bind
Micronaut core argument and property bind classes.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionArgumentBinder<T,
S> An interface capable of binding the value of anArgument
from a sourceThe result of binding.A registry ofArgumentBinder
instances.An interface that provides the ability to bind Maps and Java bean propertiesBoundExecutable<T,R> A boundExecutable
is an executable who argument values have been pre-bound to values using aArgumentBinderRegistry
.Default implementation of theExecutableBinder
interface.An ExecutableBinder is capable of taking a targetExecutable
and fulfilling the argument requirements using the provided binding source andArgumentBinderRegistry
TypeArgumentBinder<T,S> AnArgumentBinder
that is resolved based on the argument type.