| Constructor and Description |
|---|
StaticMethodFilter() |
StaticMethodFilter(Class<?> methodClass,
String methodName,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T object)
Check that the object matches the filter, returning true if matched, false
otherwise.
|
Class<?> |
getMethodClass() |
String |
getMethodName() |
void |
initialize() |
void |
setMethodClass(Class<?> methodClass) |
void |
setMethodName(String methodName) |
String |
toString() |
public boolean accept(T object)
Filterpublic Class<?> getMethodClass()
public String getMethodName()
@PostConstruct public void initialize()
public void setMethodClass(Class<?> methodClass)
public void setMethodName(String methodName)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.