
public class JSInterfaceFactory<T> extends Object
| Constructor and Description |
|---|
JSInterfaceFactory(GrapheneContext context,
Class<T> jsInterface) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
create(GrapheneContext context,
Class<T> jsInterface) |
T |
instantiate() |
public JSInterfaceFactory(GrapheneContext context, Class<T> jsInterface)
public static <T> T create(GrapheneContext context, Class<T> jsInterface)
public T instantiate()
Copyright © 2015 JBoss by Red Hat. All rights reserved.