Uses of Interface
net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.Target
-
Packages that use InvokeDynamic.InvocationProvider.Target Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of InvokeDynamic.InvocationProvider.Target in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement InvokeDynamic.InvocationProvider.Target Modifier and Type Class Description protected static class
InvokeDynamic.InvocationProvider.Default.Target
A target for a synthetically bound method call.Methods in net.bytebuddy.implementation that return InvokeDynamic.InvocationProvider.Target Modifier and Type Method Description InvokeDynamic.InvocationProvider.Target
InvokeDynamic.InvocationProvider. make(MethodDescription methodDescription)
Creates a target for the invocation.
-