public class InterfaceImplementor extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
InterfaceImplementor.InterfaceImplementorInvocationHandler |
| Constructor and Description |
|---|
InterfaceImplementor(javax.script.Invocable engine)
Creates a new instance of Invocable
|
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
convertArguments(Method method,
Object[] args) |
protected Object |
convertResult(Method method,
Object res) |
<T> T |
getInterface(Object thiz,
Class<T> iface) |
public InterfaceImplementor(javax.script.Invocable engine)
Copyright © 2015. All Rights Reserved.