Class | Description |
---|---|
AbstractTypeBasedParameterResolver |
Abstract
ParameterResolver class that resolves any type-arguments in the parameter's type
to their actual type and provides this resolvedParameterType to the abstract methods
AbstractTypeBasedParameterResolver.supportsParameter(ParameterContext, ExtensionContext, Type) and
AbstractTypeBasedParameterResolver.resolveParameter(ParameterContext, ExtensionContext, Type) . |
ReflectionHelper |
Utility class used for resolving type-arguments to concrete types.
|
TypeBasedParameterResolver<T> |
Abstract implementation of a
ParameterResolver that resolves
parameters of one given type. |
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.