public class JavaReflectionHelper extends Object
Constructor and Description |
---|
JavaReflectionHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> T |
createInstance(Class<T> loadingType) |
static <T> T |
createInstance(Class<T> loadingType,
Object[] ctorParams) |
static Type[] |
getImplementedInterfaceGenericParams(Object instance) |
static Type[] |
getSuperClassGenericParams(Object instance) |
Copyright © 2020. All rights reserved.