| Package | Description |
|---|---|
| com.vaadin.client.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
JsniInvoker
Special
Invoker that uses JSNI to invoke methods with limited
visibility. |
| Modifier and Type | Method and Description |
|---|---|
static Invoker |
TypeDataStore.getConstructor(Type type) |
static Invoker |
TypeDataStore.getInvoker(Method method) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeDataStore.setConstructor(Class<?> type,
Invoker constructor) |
void |
TypeDataStore.setInvoker(Class<?> type,
String methodName,
Invoker invoker) |
void |
TypeDataStore.setSerializerFactory(Class<?> clazz,
Invoker factory) |
Copyright © 2016 Vaadin Ltd. All rights reserved.