public class InheritanceUtils
extends java.lang.Object
| Constructor and Description |
|---|
InheritanceUtils(javax.lang.model.util.Types typeUtils) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<javax.lang.model.type.TypeMirror> |
getAllInterfaces(javax.lang.model.type.TypeMirror type) |
boolean |
isImplements(javax.lang.model.type.TypeMirror type,
javax.lang.model.element.TypeElement interfaceElement) |