public class TypeUtils extends Object
| Constructor and Description |
|---|
TypeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
getDefaultValue(Class<?> type)
Get the default value for a type.
|
static Object |
getDefaultValue(String fullyQualifiedTypeName)
Get the default value of a type with based on its fully-qualified name.
|
static String |
getDefaultValueAsString(String fullyQualifiedTypeName)
Get the default value of a type with based on its fully-qualified name.
|
public static Object getDefaultValue(Class<?> type)
type - The type whose default value to get.type.public static Object getDefaultValue(String fullyQualifiedTypeName)
fullyQualifiedTypeName - The name of the type whose default value to get.fullyQualifiedTypeName.public static String getDefaultValueAsString(String fullyQualifiedTypeName)
fullyQualifiedTypeName - The name of the type whose default value to get.fullyQualifiedTypeName.Copyright © 2007–2015. All rights reserved.