Interface BytecodeGenerator
- All Known Implementing Classes:
InlineBytecodeGenerator
,SubclassBytecodeGenerator
,TypeCachingBytecodeGenerator
public interface BytecodeGenerator
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
static net.bytebuddy.matcher.ElementMatcher
<net.bytebuddy.description.method.MethodDescription> isGroovyMethod
(boolean inline) <T> Class
<? extends T> mockClass
(MockFeatures<T> features) void
mockClassConstruction
(Class<?> type) void
mockClassStatic
(Class<?> type)
-
Method Details
-
mockClass
-
mockClassConstruction
-
mockClassStatic
-
clearAllCaches
default void clearAllCaches() -
isGroovyMethod
static net.bytebuddy.matcher.ElementMatcher<net.bytebuddy.description.method.MethodDescription> isGroovyMethod(boolean inline)
-