public class MethodUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MethodUtils.NullType |
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areBoxingCompatible(Class<?> c1,
Class<?> c2) |
static Class<?> |
boxPrimitive(Class cls) |
static Method |
findMethod(Class<?> clazz,
String methodName,
Class[] argsType) |
static Optional<Method> |
getMethod(Class<?> clazz,
String name,
Class<?>... parameterTypes) |
static boolean |
isAssignableFrom(Class<?> from,
Class<?> to) |
static Class |
unboxPrimitive(Class cls) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.