public class TypeUtils extends Object
| Constructor and Description |
|---|
TypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
compatibleCast(Object[] argumentValues,
Class<?>[] parameterTypes) |
static <T> T |
compatibleCast(Object value,
Class<T> type) |
Copyright © 2018. All rights reserved.