public class ClassUtils
extends java.lang.Object
| Constructor and Description |
|---|
ClassUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.github.kayjamlang.core.containers.ConstructorContainer |
findConstructor(MainContext mainContext,
java.util.List<com.github.kayjamlang.core.Type> types,
com.github.kayjamlang.core.containers.ClassContainer clazz) |
static <T extends com.github.kayjamlang.core.containers.ClassContainer> |
newInstance(Executor executor,
T clazz,
com.github.kayjamlang.core.containers.ConstructorContainer constructor,
java.util.List<java.lang.Object> parameters) |
public static com.github.kayjamlang.core.containers.ConstructorContainer findConstructor(MainContext mainContext, java.util.List<com.github.kayjamlang.core.Type> types, com.github.kayjamlang.core.containers.ClassContainer clazz)
public static <T extends com.github.kayjamlang.core.containers.ClassContainer> T newInstance(Executor executor, T clazz, com.github.kayjamlang.core.containers.ConstructorContainer constructor, java.util.List<java.lang.Object> parameters) throws java.lang.Exception
java.lang.Exception