| Modifier and Type | Field and Description |
|---|---|
static char |
PREFIX_SEPARATOR |
| Constructor and Description |
|---|
VOFilter(Class klass) |
VOFilter(Class klass,
boolean tryField) |
VOFilter(Class klass,
String key) |
VOFilter(Class klass,
String key,
boolean tryField) |
VOFilter(Class klass,
String key,
boolean tryField,
boolean convert,
String prefix) |
VOFilter(Class klass,
String key,
boolean tryField,
String prefix) |
VOFilter(String key,
Class klass) |
VOFilter(String key,
Class klass,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Gives a chance to the filter to deallocalte any resources before it is destroyed.
|
String |
filter(InvocationChain chain)
Executes the filter.
|
void |
setConvertNullToFalse(boolean convertNullToFalse) |
String |
toString() |
public VOFilter(Class klass)
public VOFilter(Class klass, boolean tryField)
public void setConvertNullToFalse(boolean convertNullToFalse)
public String filter(InvocationChain chain) throws Exception
Filterpublic void destroy()
FilterCopyright © 2015. All Rights Reserved.