クラス MethodWrapperDecorator<T>
java.lang.Object
org.wcardinal.util.reflection.MethodWrapperDecorator<T>
- 直系の既知のサブクラス:
MethodWrapperDecoratorIdentity
,MethodWrapperDecoratorLocked
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明abstract MethodResult<T>
call
(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) static <T> MethodWrapperDecorator<T>
create
(MethodWrapper<T> wrapper) abstract void
init
(MethodContainer container)
-
コンストラクタの詳細
-
MethodWrapperDecorator
-
-
メソッドの詳細
-
create
-
call
public abstract MethodResult<T> call(MethodContainer container, TrackingData trackingData, MethodHook hook, Object instance, Object[] parameters) -
init
-