- java.lang.Object
-
- de.jangassen.jfa.FoundationProxyHandler
-
public class FoundationProxyHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description FoundationProxyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAfterMethodHook(Method method, Consumer<NSInvocation> handler)voidaddBeforeMethodHook(Method method, Function<NSInvocation,Boolean> handler)voidafterTarget(NSInvocation invocation)booleanbeforeTarget(NSInvocation invocation)
-
-
-
Method Detail
-
addBeforeMethodHook
public void addBeforeMethodHook(Method method, Function<NSInvocation,Boolean> handler)
-
addAfterMethodHook
public void addAfterMethodHook(Method method, Consumer<NSInvocation> handler)
-
beforeTarget
public boolean beforeTarget(NSInvocation invocation)
-
afterTarget
public void afterTarget(NSInvocation invocation)
-
-