|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProxyType<O>
The proxy type.
| Method Summary | |
|---|---|
O |
createProxy(MethodHandler handler)
Create a proxy instance that delegates all method invocations to the provided handler |
java.lang.Class<? extends O> |
getType()
Returns the proxied type. |
| Method Detail |
|---|
O createProxy(MethodHandler handler)
handler - the handler
java.lang.Class<? extends O> getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||