Constructor and Description |
---|
ConverterHelper() |
Modifier and Type | Method and Description |
---|---|
static Type[] |
getTypeParameters(Class desiredType,
Type type) |
static boolean |
hasDefaultConstructor(Class type) |
static boolean |
isAssignableFrom(Class expected,
Class actual) |
static boolean |
isAssignableFrom(List<? extends Class<?>> expectedTypes,
List<? extends Class<?>> actualTypes) |
static Class |
toClass(Type type) |
Copyright © 2008-2013 Sonatype. All Rights Reserved.