public abstract class SimpleWrapper<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ClientContext |
ctx |
| Constructor and Description |
|---|
SimpleWrapper(ClientContext ctx,
T reflectedObject) |
| Modifier and Type | Method and Description |
|---|---|
T |
getReflectedObject() |
public final ClientContext ctx
public SimpleWrapper(ClientContext ctx, T reflectedObject)
public T getReflectedObject()