public class FilterBasedOnInheritance extends Object implements PojoClassFilter
| Constructor and Description |
|---|
FilterBasedOnInheritance(Class<?> type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
boolean |
include(PojoClass pojoClass)
This Method determines whether to include a PojoClass or not.
|
public FilterBasedOnInheritance(Class<?> type)
type - The type/class to use for inclusion (i.e. the "Class" extends/implements type).public boolean include(PojoClass pojoClass)
PojoClassFilterinclude in interface PojoClassFilterpojoClass - The pojoClass in question.Copyright © 2010–2019. All rights reserved.