public class ResultProxy<T> extends Object implements InvocationHandler, Serializable
Constructor and Description |
---|
ResultProxy() |
Modifier and Type | Method and Description |
---|---|
static <S> S |
create(Class<? super S> interf,
Result<S> result)
Create a ResultProxy for the given interface.
|
Object |
invoke(Object obj,
Method meth,
Object[] params) |
Copyright © 2018. All rights reserved.