public class ClassUtil extends Object
| Constructor and Description |
|---|
ClassUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asJavaSourceName(Class<?> clazz) |
static Type |
boxTypePrimitive(Type type) |
static List<String> |
getAccessibleProperties(Class<?> clazz) |
static Type |
getTypeArgument(Type genericType,
int index) |
static boolean |
isAccessibleProperties(Class<?> clazz,
String prop) |
static boolean |
isAssignableFrom(Type from,
Type to) |
static Class<?> |
toNonPrimitiveType(Class<?> c) |
static Class<?> |
toRawClass(Type type) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.