public final class EndPointTypeHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static Class<?> |
castAsClass(Type type)
Cast as Class;
|
static boolean |
isAssignableFrom(Class<?> parentClass,
Type testedType)
Equivalent to parentClass.isAssignableFrom(testedType);
|
public static boolean isAssignableFrom(Class<?> parentClass, Type testedType)
parentClass - Parent ClasstestedType - Type to test (must be a Class or ParameterizedType)Copyright © 2014. All Rights Reserved.