public class Decendants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Function<JavaType,Set<JavaType>> |
BUILDABLE_DECENDANTS |
static Function<JavaProperty,Set<JavaProperty>> |
PROPERTY_BUILDABLE_ANCESTORS
Find all buildable descendant equivalents of a property.
|
| Constructor and Description |
|---|
Decendants() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDescendant(JavaType item,
JavaType candidate)
Checks if a type is an descendant of an other type
|
public static Function<JavaProperty,Set<JavaProperty>> PROPERTY_BUILDABLE_ANCESTORS
Copyright © 2016. All Rights Reserved.