public static interface Super.ConstructorResolver
Modifier and Type | Interface and Description |
---|---|
static class |
Super.ConstructorResolver.Default
A default constructor resolver that attempts to resolve a constructor with the given argument types.
|
Modifier and Type | Method and Description |
---|---|
MethodDescription.InDefinedShape |
resolve(TypeDescription proxiedType,
List<TypeDescription> constructorParameters)
Resolves the constructor to be used.
|
MethodDescription.InDefinedShape resolve(TypeDescription proxiedType, List<TypeDescription> constructorParameters)
proxiedType
- The type being proxied.constructorParameters
- The types being specified on the annotation.Copyright © 2014–2025. All rights reserved.