public interface Filter
Modifier and Type | Method and Description |
---|---|
boolean |
pass(Map obj)
Apply the filter to the given object.
|
boolean |
pass(Object obj)
Apply the filter to the given object.
|
boolean pass(Map obj)
obj
- A map containing pairs of [propertyId (String), propertyValue (Object)].boolean pass(Object obj)
obj
- An object to be evaluated.Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.