public class FilterClassName extends Object implements PojoClassFilter
| Constructor and Description |
|---|
FilterClassName(String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
include(PojoClass pojoClass)
This Method determines whether to include a PojoClass or not.
|
public FilterClassName(String regex)
public boolean include(PojoClass pojoClass)
PojoClassFilterinclude in interface PojoClassFilterpojoClass - The pojoClass in question.Copyright © 2010–2019. All rights reserved.