Uses of Enum
net.bytebuddy.implementation.MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType
Packages that use MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType in net.bytebuddy.implementation
Subclasses with type arguments of type MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static enumA method invoker for a virtual method that uses an implicit target type.Methods in net.bytebuddy.implementation that return MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodCall.MethodInvoker.ForVirtualInvocation.WithImplicitType.values()Returns an array containing the constants of this enum type, in the order they are declared.