Uses of Interface
net.bytebuddy.implementation.bytecode.member.MethodInvocation.WithImplicitInvocationTargetType
Packages that use MethodInvocation.WithImplicitInvocationTargetType
Package
Description
StackManipulation
s 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.WithImplicitInvocationTargetTypeModifier and TypeClassDescriptionprotected static enum
An illegal implicit method invocation.protected class
An implementation of a method invoking stack manipulation.protected static class
A method invocation of a generically resolved method.Fields in net.bytebuddy.implementation.bytecode.member declared as MethodInvocation.WithImplicitInvocationTargetTypeModifier and TypeFieldDescriptionprivate final MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation.OfGenericMethod.invocation
The invocation of the method in its defined shape.Methods in net.bytebuddy.implementation.bytecode.member that return MethodInvocation.WithImplicitInvocationTargetTypeModifier and TypeMethodDescriptionMethodInvocation.invoke
(MethodDescription methodDescription) Creates a method invocation with an implicitly determined invocation type.MethodInvocation.invoke
(MethodDescription.InDefinedShape methodDescription) Creates a method invocation with an implicitly determined invocation type.protected static MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation.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.WithImplicitInvocationTargetTypeModifier and TypeMethodDescriptionprotected static MethodInvocation.WithImplicitInvocationTargetType
MethodInvocation.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.WithImplicitInvocationTargetTypeModifierConstructorDescriptionprotected
OfGenericMethod
(TypeDescription targetType, MethodInvocation.WithImplicitInvocationTargetType invocation) Creates a generic method invocation.