public final class TypeUtil extends Object
| Constructor and Description |
|---|
TypeUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getCollectionType(Object type) |
static Class |
getDefaultConcurrentMapType() |
static Class |
getDefaultListType() |
static Class |
getDefaultMapType() |
static Class |
getDefaultSetType() |
static Object |
getKeyType(Object type) |
static Object |
getParameter(Object type,
int index) |
static Object[] |
getParameters(Object type) |
static Class |
getRawType(Object type) |
static void |
setDefaultConcurrentMapType(Class aDefaultConcurrentMapType) |
static void |
setDefaultListType(Class aDefaultListType) |
static void |
setDefaultMapType(Class aDefaultMapType) |
static void |
setDefaultSetType(Class aDefaultSetType) |
public static Class getDefaultListType()
public static void setDefaultListType(Class aDefaultListType)
public static Class getDefaultSetType()
public static void setDefaultSetType(Class aDefaultSetType)
public static Class getDefaultMapType()
public static void setDefaultMapType(Class aDefaultMapType)
public static Class getDefaultConcurrentMapType()
public static void setDefaultConcurrentMapType(Class aDefaultConcurrentMapType)
Copyright © 2025 Brandao. All rights reserved.