public final class FSTClazzLineageInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Class> |
SPECIFICITY_CLASS_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
static Class<?>[] |
getLineage(Class<?> clazz)
Returns the lineage of the specified class ordered by specificity (the class itself is at position 0 since it is most specific in its lineage).
|
static int |
getSpecificity(Class<?> clazz)
Returns the specificity of the specified class as defined above.
|
public static final Comparator<Class> SPECIFICITY_CLASS_COMPARATOR
public static int getSpecificity(Class<?> clazz)
Copyright © 2018. All rights reserved.