Uses of Class
net.bytebuddy.implementation.Implementation.Target.AbstractBase.DefaultMethodInvocation
-
Packages that use Implementation.Target.AbstractBase.DefaultMethodInvocation Package Description net.bytebuddy.dynamic.scaffold.inline All classes and types in this package are related to creating aDynamicType
by enhancing a given type.net.bytebuddy.dynamic.scaffold.subclass All classes and types in this package are related to creating aDynamicType
by creating a subclass of a given type.net.bytebuddy.implementation 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.DefaultMethodInvocation Constructor Description RebaseImplementationTarget(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation, java.util.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.DefaultMethodInvocation Constructor Description 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.DefaultMethodInvocation Modifier and Type Field Description protected 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.DefaultMethodInvocation Modifier and Type Method Description static Implementation.Target.AbstractBase.DefaultMethodInvocation
Implementation.Target.AbstractBase.DefaultMethodInvocation. of(ClassFileVersion classFileVersion)
Resolves a default method invocation depending on the class file version permitting such calls.static Implementation.Target.AbstractBase.DefaultMethodInvocation
Implementation.Target.AbstractBase.DefaultMethodInvocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Implementation.Target.AbstractBase.DefaultMethodInvocation[]
Implementation.Target.AbstractBase.DefaultMethodInvocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.bytebuddy.implementation with parameters of type Implementation.Target.AbstractBase.DefaultMethodInvocation Constructor Description AbstractBase(TypeDescription instrumentedType, MethodGraph.Linked methodGraph, Implementation.Target.AbstractBase.DefaultMethodInvocation defaultMethodInvocation)
Creates a new implementation target.
-