public class ClassLoaderUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLINIT |
static String |
INIT |
Constructor and Description |
---|
ClassLoaderUtil () |
Modifier and Type | Method and Description |
---|---|
static String |
fromInternalForm (String internalForm) |
static Class<?> |
getClass (String name) |
static Constructor<?> |
getConstructor (Class<?> type,
String name,
Class<?>... parameterTypes) |
static Field |
getField (Class<?> type,
String name) |
static Method |
getMethod (Class<?> type,
String name,
Class<?>... parameterTypes) |
static String |
getMethodSignature (String name,
Class<?>... parameterTypes) |
static Class<?>[] |
getParameterTypes (String... parameterTypeNames) |
static boolean |
isOverridenMethod (Class<?> clazz,
Method method,
boolean checkThisClass) |
static String |
toInternalForm (String internalForm) |
public static final String CLINIT
public static final String INIT
public ClassLoaderUtil()
public static Constructor<?> getConstructor(Class<?> type, String name, Class<?>... parameterTypes)
Copyright © 2002-2014 InfoEther. All Rights Reserved.