public abstract class AbstractPojoTypeOrdering<T> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractPojoTypeOrdering() |
Modifier and Type | Method and Description |
---|---|
Stream<? extends T> |
getAscendingSuperTypes(T subType) |
protected abstract Stream<T> |
getDeclaredInterfaces(T subType) |
Stream<? extends T> |
getDescendingSuperTypes(T subType) |
protected abstract T |
getSuperClass(T subType) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.