Uses of Class
net.bytebuddy.implementation.MethodDelegation
Packages that use MethodDelegation
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodDelegation in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return MethodDelegationModifier and TypeMethodDescriptionstatic MethodDelegationDelegates any intercepted method to invoke astaticmethod that is declared by the supplied type.static MethodDelegationDelegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationDelegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationDelegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, Type type, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, Type type, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationDelegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, TypeDefinition typeDefinition) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, TypeDefinition typeDefinition, String fieldName) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, TypeDefinition typeDefinition, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, TypeDefinition typeDefinition, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(Object target, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.static MethodDelegationMethodDelegation.to(TypeDescription typeDescription) Delegates any intercepted method to invoke astaticmethod that is declared by the supplied type.Delegates any intercepted method to invoke astaticmethod that is declared by the supplied type.Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, Type type, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, Type type, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, TypeDefinition typeDefinition) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, TypeDefinition typeDefinition, String fieldName) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, TypeDefinition typeDefinition, String fieldName, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, TypeDefinition typeDefinition, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(Object target, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod that is declared by the supplied type's instance or any of its super types.MethodDelegation.WithCustomProperties.to(TypeDescription typeDescription) Delegates any intercepted method to invoke astaticmethod that is declared by the supplied type.static MethodDelegationMethodDelegation.toConstructor(Class<?> type) Delegates any intercepted method to invoke a constructor of the supplied type.static MethodDelegationMethodDelegation.toConstructor(TypeDescription typeDescription) Delegates any intercepted method to invoke a constructor of the supplied type.MethodDelegation.WithCustomProperties.toConstructor(Class<?> type) Delegates any intercepted method to invoke a constructor of the supplied type.MethodDelegation.WithCustomProperties.toConstructor(TypeDescription typeDescription) Delegates any intercepted method to invoke a constructor of the supplied type.static MethodDelegationDelegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.static MethodDelegationMethodDelegation.toField(String name, FieldLocator.Factory fieldLocatorFactory) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.static MethodDelegationMethodDelegation.toField(String name, FieldLocator.Factory fieldLocatorFactory, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.static MethodDelegationMethodDelegation.toField(String name, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.MethodDelegation.WithCustomProperties.toField(String name, FieldLocator.Factory fieldLocatorFactory) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.MethodDelegation.WithCustomProperties.toField(String name, FieldLocator.Factory fieldLocatorFactory, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.MethodDelegation.WithCustomProperties.toField(String name, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a non-staticmethod on the instance of the supplied field.static MethodDelegationMethodDelegation.toMethodReturnOf(String name) Delegates any intercepted method to invoke a method on an instance that is returned by a parameterless method of the given name.static MethodDelegationMethodDelegation.toMethodReturnOf(String name, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a method on an instance that is returned by a parameterless method of the given name.MethodDelegation.WithCustomProperties.toMethodReturnOf(String name) Delegates any intercepted method to invoke a method on an instance that is returned by a parameterless method of the given name.MethodDelegation.WithCustomProperties.toMethodReturnOf(String name, MethodGraph.Compiler methodGraphCompiler) Delegates any intercepted method to invoke a method on an instance that is returned by a parameterless method of the given name.