Uses of Interface
net.bytebuddy.implementation.bind.annotation.Super.ConstructorResolver
-
Packages that use Super.ConstructorResolver Package Description net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method. -
-
Uses of Super.ConstructorResolver in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement Super.ConstructorResolver Modifier and Type Class Description static class
Super.ConstructorResolver.Default
A default constructor resolver that attempts to resolve a constructor with the given argument types.Methods in net.bytebuddy.implementation.bind.annotation that return types with arguments of type Super.ConstructorResolver Modifier and Type Method Description java.lang.Class<? extends Super.ConstructorResolver>
constructorResolver()
Specifies a class to resolve a constructor of the proxied type to use for instantiation ifSuper.Instantiation.CONSTRUCTOR
is used.
-