Uses of Enum
net.bytebuddy.implementation.StubMethod
Packages that use StubMethod
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of StubMethod in net.bytebuddy.implementation
Subclasses with type arguments of type StubMethod in net.bytebuddy.implementationModifier and TypeClassDescriptionenumThis implementation creates a method stub which does nothing but returning the default value of the return type of the method.Methods in net.bytebuddy.implementation that return StubMethodModifier and TypeMethodDescriptionstatic StubMethodReturns the enum constant of this type with the specified name.static StubMethod[]StubMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.