public class FunctionClassUtil extends ClassLoader
| Modifier and Type | Field and Description |
|---|---|
static String |
FUNCTION_CLASS_PREFIX |
static String |
FUNCTION_INTERFACE_PREFIX |
static String |
FUNCTION_PACKAGE |
| Modifier and Type | Method and Description |
|---|---|
static Class[] |
getArgArrayForArity(int i) |
static IJavaType |
getFunctionClassForArity(int functionArity) |
static IJavaType |
getFunctionInterfaceForArity(int functionArity) |
static String |
getFunctionInterfaceSlashNameForArity(int arity) |
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSignerspublic static final String FUNCTION_PACKAGE
public static final String FUNCTION_CLASS_PREFIX
public static final String FUNCTION_INTERFACE_PREFIX
public static IJavaType getFunctionClassForArity(int functionArity)
public static IJavaType getFunctionInterfaceForArity(int functionArity)
public static String getFunctionInterfaceSlashNameForArity(int arity)
public static Class[] getArgArrayForArity(int i)
Copyright © 2020. All rights reserved.