| Constructor and Description |
|---|
StaticMethodValuesFilter() |
StaticMethodValuesFilter(Class<?> methodClass,
String methodName,
Collection<? extends Object> values) |
StaticMethodValuesFilter(Class<?> methodClass,
String methodName,
Object... values) |
| 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() |
Object |
getValue(Object object) |
Collection<? extends Object> |
getValues() |
void |
initialize() |
void |
setMethodClass(Class<?> methodClass) |
void |
setMethodName(String methodName) |
void |
setValues(Collection<? extends Object> values) |
String |
toString() |
public StaticMethodValuesFilter()
public StaticMethodValuesFilter(Class<?> methodClass, String methodName, Collection<? extends Object> values)
public boolean accept(T object)
Filterpublic Class<?> getMethodClass()
public String getMethodName()
public Collection<? extends Object> getValues()
@PostConstruct public void initialize()
public void setMethodClass(Class<?> methodClass)
public void setMethodName(String methodName)
public void setValues(Collection<? extends Object> values)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.