Package org.robolectric.pluginapi
Interface MethodHandleDecorator
- All Known Implementing Classes:
ViewThreadChecker
public interface MethodHandleDecorator
A plugin interface that allows modifying the
MethodHandle returned by ShadowWrangler.
Implementations are loaded via ServiceLoader.
-
Method Summary
Modifier and TypeMethodDescriptiondecorate(Class<?> definingClass, String methodName, MethodType methodType, boolean isStatic, MethodHandle original)
-
Method Details
-
decorate
MethodHandle decorate(Class<?> definingClass, String methodName, MethodType methodType, boolean isStatic, MethodHandle original)
-