Uses of Enum
net.bytebuddy.implementation.bind.MethodDelegationBinder.AmbiguityResolver.NoOp
Packages that use MethodDelegationBinder.AmbiguityResolver.NoOp
Package
Description
The types and classes of this package are responsible for binding a method call to calling another method.
-
Uses of MethodDelegationBinder.AmbiguityResolver.NoOp in net.bytebuddy.implementation.bind
Subclasses with type arguments of type MethodDelegationBinder.AmbiguityResolver.NoOp in net.bytebuddy.implementation.bindModifier and TypeClassDescriptionstatic enumAn ambiguity resolver that does not attempt to resolve a conflicting binding.Methods in net.bytebuddy.implementation.bind that return MethodDelegationBinder.AmbiguityResolver.NoOpModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.MethodDelegationBinder.AmbiguityResolver.NoOp.values()Returns an array containing the constants of this enum type, in the order they are declared.