Uses of Enum
net.bytebuddy.implementation.bind.MethodDelegationBinder.BindingResolver.Default
Packages that use MethodDelegationBinder.BindingResolver.Default
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of MethodDelegationBinder.BindingResolver.Default in net.bytebuddy.implementation.bind
Subclasses with type arguments of type MethodDelegationBinder.BindingResolver.Default in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionstatic enumA default implementation of a binding resolver that fully relies on anMethodDelegationBinder.AmbiguityResolver.Methods in net.bytebuddy.implementation.bind that return MethodDelegationBinder.BindingResolver.DefaultModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodDelegationBinder.BindingResolver.Default.values()Returns an array containing the constants of this enum type, in the order they are declared.