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