Interface | Description |
---|---|
Argument<T> |
Represents an argument to a method or constructor or type.
|
ArgumentValue<V> |
An
Argument with a value. |
Executable<T,R> |
Represents an executable reference.
|
Headers |
Common interface for all headers types.
|
MutableArgumentValue<V> |
A mutable version of the
ArgumentValue interface. |
MutableHeaders |
Common interface for all mutable header types.
|
ReturnType<T> |
Models a return type of an
Executable method in Micronaut. |
TypeVariableResolver |
An interface for types that hold and can resolve type variables.
|
Class | Description |
---|---|
DefaultArgument<T> |
Represents an argument to a constructor or method.
|
GenericArgument<T> |
Captures a generic
Argument . |