Package org.apache.sling.junit.jupiter.osgi.impl
package org.apache.sling.junit.jupiter.osgi.impl
-
ClassesClassDescriptionAbstract
ParameterResolver
class that resolves any type-arguments in the parameter's type to their actual type and provides thisresolvedParameterType
to the abstract methodsAbstractTypeBasedParameterResolver.supportsParameter(ParameterContext, ExtensionContext, Type)
andAbstractTypeBasedParameterResolver.resolveParameter(ParameterContext, ExtensionContext, Type)
.Utility class used for resolving type-arguments to concrete types.Abstract implementation of aParameterResolver
that resolves parameters of one given type.