public class IocUtil extends Object
| Constructor and Description |
|---|
IocUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkState(boolean expression,
String errorMessageTemplate,
Object... errorMessageArgs) |
String |
configKey(Class<?> targetType,
Method method) |
Class<?> |
getGenericInterface(Object obj) |
Class<?> |
getGenericInterface(Object obj,
int argumentClass) |
Class<?> |
getGenericSuperClass(Object obj) |
boolean |
isDefault(Method method) |
void |
notEmpty(String string,
String message) |
Copyright © 2023. All rights reserved.