public class IntrospectionTypeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<? extends TypeMirror> |
getSuperTypeGenerics(TypeElement type,
Class superClass,
ProcessingEnvironment processingEnvironment) |
static List<? extends TypeMirror> |
getSuperTypeGenerics(TypeMirror type,
Class superClass,
ProcessingEnvironment processingEnvironment) |
public static List<? extends TypeMirror> getSuperTypeGenerics(TypeMirror type, Class superClass, ProcessingEnvironment processingEnvironment)
public static List<? extends TypeMirror> getSuperTypeGenerics(TypeElement type, Class superClass, ProcessingEnvironment processingEnvironment)
Copyright © 2020 MuleSoft, Inc.. All rights reserved.