See: Description
| Interface | Description |
|---|---|
| ParameterNameDiscoverer |
Interface to discover parameter names for methods and constructors.
|
| ReflectionUtils.FieldCallback |
Callback interface invoked on each field in the hierarchy.
|
| ReflectionUtils.FieldFilter |
Callback optionally used to filter fields to be operated on by a field callback.
|
| ReflectionUtils.MethodCallback |
Action to take on each method.
|
| ReflectionUtils.MethodFilter |
Callback optionally used to filter methods to be operated on by a method callback.
|
| ResolvableType.VariableResolver |
Strategy interface used to resolve
TypeVariables. |
| TypeInformation<S> |
Interface to access types and resolving generics on the way.
|
| Class | Description |
|---|---|
| AnnotationParameterNameDiscoverer |
ParameterNameDiscoverer based on Param annotations to resolve parameter names. |
| ClassTypeInformation<S> |
TypeInformation for a plain Class. |
| CompositeParameterNameDiscoverer |
Composite
ParameterNameDiscoverer to resolve parameter names using multiple ParameterNameDiscoverers. |
| GenericTypeResolver |
Helper class for resolving generic types against type variables.
|
| MethodParameter |
Helper class that encapsulates the specification of a method parameter, i.e. a
Method or Constructor plus a
parameter index and a nested type index for a declared generic type. |
| ReflectionUtils |
Simple utility class for working with the reflection API and handling reflection exceptions.
|
| ResolvableType |
Encapsulates a Java
Type, providing access to supertypes,
interfaces, and generic parameters along with the ability to ultimately
resolve to a Class. |
| StandardReflectionParameterNameDiscoverer |
ParameterNameDiscoverer implementation which uses JDK 8's reflection facilities for introspecting parameter names
(based on the "-parameters" compiler flag). |
| TypeVariableTypeInformation<T> |
Special
TypeDiscoverer to determine the actual type for a TypeVariable. |
Copyright © 2021 lettuce.io. All rights reserved.