public class TypeAncestry extends Object
Modifier and Type | Method and Description |
---|---|
static Set<Class> |
getAllClassesInClassHierarchyAsIntrinsicTypes(Class type) |
static Set<Class> |
getArrayVersionsOfEachType(Set<Class> componentTypes) |
Set<Class> |
getTypesInAncestry(Class type) |
static TypeAncestry |
instance() |
public static TypeAncestry instance()
public static Set<Class> getAllClassesInClassHierarchyAsIntrinsicTypes(Class type)
Copyright © 2024. All rights reserved.