public class Descendants extends Object
Modifier and Type | Field and Description |
---|---|
static Function<TypeDef,Set<TypeDef>> |
BUILDABLE_DECENDANTS |
static Function<Property,Set<Property>> |
PROPERTY_BUILDABLE_DESCENDANTS
Find all buildable descendant equivalents of a property.
|
Constructor and Description |
---|
Descendants() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDescendant(TypeDef item,
TypeDef candidate)
Checks if a type is an descendant of an other type
|
static boolean |
isNestingFiltered(Property property,
ClassRef classRef) |
static boolean |
isNestingIgnored(Property property) |
public static boolean isDescendant(TypeDef item, TypeDef candidate)
item
- The base type.candidate
- The candidate type.public static boolean isNestingIgnored(Property property)
Copyright © 2019 JBoss by Red Hat. All rights reserved.