final class ClosureUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ClosureUtil() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.reflect.Method |
getDelegateMethod(java.lang.Class closureClass) |
(package private) static FromNativeType |
getParameterType(Runtime runtime,
java.lang.reflect.Method m,
int idx,
SignatureTypeMapper typeMapper) |
(package private) static ToNativeType |
getResultType(Runtime runtime,
java.lang.reflect.Method m,
SignatureTypeMapper typeMapper) |
static ToNativeType getResultType(Runtime runtime, java.lang.reflect.Method m, SignatureTypeMapper typeMapper)
static FromNativeType getParameterType(Runtime runtime, java.lang.reflect.Method m, int idx, SignatureTypeMapper typeMapper)
static java.lang.reflect.Method getDelegateMethod(java.lang.Class closureClass)