public class FilterBasedOnInheritance extends java.lang.Object implements PojoClassFilter
| Constructor and Description |
|---|
FilterBasedOnInheritance(java.lang.Class<?> type)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
boolean |
include(PojoClass pojoClass)
This Method determines whether to include a PojoClass or not.
|
public FilterBasedOnInheritance(java.lang.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.public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2015. All Rights Reserved.