public class DynamicInvocationHandler<T> extends Object implements InvocationHandler
| コンストラクタと説明 |
|---|
DynamicInvocationHandler(T target,
Converter converter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected T |
getTarget() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
protected void |
postInvocation() |
protected void |
preInvocation() |
Copyright © 2016. All rights reserved.