public class ModelUtils extends Object
| Constructor and Description |
|---|
ModelUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends TypeMirror> |
findParameterizationOf(Types types,
TypeMirror intfType,
TypeMirror subType) |
static Set<TypeMirror> |
getFlattenedSupertypeHierarchy(Types types,
TypeMirror t)
Returns all of the superclasses and superinterfaces for a given type including the type itself.
|
static boolean |
isValueType(TypeMirror type) |
public static List<? extends TypeMirror> findParameterizationOf(Types types, TypeMirror intfType, TypeMirror subType)
public static boolean isValueType(TypeMirror type)
public static Set<TypeMirror> getFlattenedSupertypeHierarchy(Types types, TypeMirror t)
Copyright © 2018–2020 The GWT Authors. All rights reserved.