Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
-
Packages that use MethodInvocation.WithImplicitInvocationTargetType Package Description net.bytebuddy.implementation.bytecode.member StackManipulations of this package are responsible for accessing type or method members, i.e. -
-
Uses of MethodInvocation.WithImplicitInvocationTargetType in net.bytebuddy.implementation.bytecode.member
Classes in net.bytebuddy.implementation.bytecode.member that implement MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Class Description protected static classMethodInvocation.IllegalInvocationAn illegal implicit method invocation.protected classMethodInvocation.InvocationAn implementation of a method invoking stack manipulation.protected static classMethodInvocation.OfGenericMethodA method invocation of a generically resolved method.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Field Description private MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.OfGenericMethod. invocationThe invocation of the method in its defined shape.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Method Description static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation. invoke(MethodDescription methodDescription)Creates a method invocation with an implicitly determined invocation type.static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation. invoke(MethodDescription.InDefinedShape methodDescription)Creates a method invocation with an implicitly determined invocation type.protected static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.OfGenericMethod. of(MethodDescription methodDescription, MethodInvocation.WithImplicitInvocationTargetType invocation)Creates a generic access dispatcher for a given method.Methods in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.WithImplicitInvocationTargetType Modifier and Type Method Description protected static MethodInvocation.WithImplicitInvocationTargetTypeMethodInvocation.OfGenericMethod. of(MethodDescription methodDescription, MethodInvocation.WithImplicitInvocationTargetType invocation)Creates a generic access dispatcher for a given method.Constructors in net.bytebuddy.implementation.bytecode.member with parameters of type MethodInvocation.WithImplicitInvocationTargetType Constructor Description OfGenericMethod(TypeDescription targetType, MethodInvocation.WithImplicitInvocationTargetType invocation)Creates a generic method invocation.
-