Class AbstractTypeOrdering<T>
- java.lang.Object
-
- org.hibernate.search.util.common.reflect.spi.AbstractTypeOrdering<T>
-
public abstract class AbstractTypeOrdering<T> extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractTypeOrdering()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Stream<? extends T>
ascendingSuperTypes(T subType)
protected abstract Stream<T>
declaredInterfaces(T subType)
Stream<? extends T>
descendingSuperTypes(T subType)
protected abstract T
superClass(T subType)
-