public class ReflectionUtil extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected static String[] | EMPTY_STRING | 
| protected static String[] | PRIMITIVE_NAMES | 
| protected static Class<?>[] | PRIMITIVES | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<?> | forName(String name) | 
| protected static Class<?> | forNamePrimitive(String name) | 
| protected static String | paramString(Class<?>... types) | 
| static Class<?>[] | toTypeArray(String[] s)Converts an array of Class names to Class types | 
| static String[] | toTypeNameArray(Class<?>[] c)Converts an array of Class types to Class names | 
protected static final String[] EMPTY_STRING
protected static final String[] PRIMITIVE_NAMES
protected static final Class<?>[] PRIMITIVES
public static Class<?> forName(String name) throws ClassNotFoundException
ClassNotFoundExceptionpublic static Class<?>[] toTypeArray(String[] s) throws ClassNotFoundException
s - ClassNotFoundExceptionpublic static String[] toTypeNameArray(Class<?>[] c)
c - Copyright © 2025 The Apache Software Foundation. All rights reserved.