public class NativeTypes extends Object
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
getPrimitiveType(Class<?> clazz) |
static Class<?> |
getWrapperType(Class<?> clazz) |
static boolean |
isTypeAvailable(String fullQualifiedClassName)
Determines if the type with the given full qualified name is part of the classpath
|
public static boolean isTypeAvailable(String fullQualifiedClassName)
fullQualifiedClassName - Name of the type to be checked for availabilityCopyright © 2012-2014. All Rights Reserved.