Uses of Enum Class
net.bytebuddy.implementation.Implementation.Target.AbstractBase.DefaultMethodInvocation
Packages that use Implementation.Target.AbstractBase.DefaultMethodInvocation
Package
Description
All classes and types in this package are related to creating a
DynamicType
by
enhancing a given type.All classes and types in this package are related to creating a
DynamicType
by
creating a subclass of a given type.The implementation package contains any logic for intercepting method calls.
-
Uses of Implementation.Target.AbstractBase.DefaultMethodInvocation in net.bytebuddy.dynamic.scaffold.inline
Constructors in net.bytebuddy.dynamic.scaffold.inline with parameters of type Implementation.Target.AbstractBase.DefaultMethodInvocationModifierConstructorDescriptionprotected
RebaseImplementationTarget
(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation, Map<MethodDescription.SignatureToken, MethodRebaseResolver.Resolution> rebaseableMethods) Creates a rebase implementation target. -
Uses of Implementation.Target.AbstractBase.DefaultMethodInvocation in net.bytebuddy.dynamic.scaffold.subclass
Constructors in net.bytebuddy.dynamic.scaffold.subclass with parameters of type Implementation.Target.AbstractBase.DefaultMethodInvocationModifierConstructorDescriptionprotected
SubclassImplementationTarget
(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation, SubclassImplementationTarget.OriginTypeResolver originTypeResolver) Creates a new subclass implementation target. -
Uses of Implementation.Target.AbstractBase.DefaultMethodInvocation in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as Implementation.Target.AbstractBase.DefaultMethodInvocationModifier and TypeFieldDescriptionprotected final Implementation.Target.AbstractBase.DefaultMethodInvocation
Implementation.Target.AbstractBase.defaultMethodInvocation
The default method invocation mode to apply.Methods in net.bytebuddy.implementation that return Implementation.Target.AbstractBase.DefaultMethodInvocationModifier and TypeMethodDescriptionImplementation.Target.AbstractBase.DefaultMethodInvocation.of
(ClassFileVersion classFileVersion) Resolves a default method invocation depending on the class file version permitting such calls.Returns the enum constant of this class with the specified name.Implementation.Target.AbstractBase.DefaultMethodInvocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.bytebuddy.implementation with parameters of type Implementation.Target.AbstractBase.DefaultMethodInvocationModifierConstructorDescriptionprotected
AbstractBase
(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation) Creates a new implementation target.