Package org.kie.api.runtime
Class ClassObjectFilter
- java.lang.Object
-
- org.kie.api.runtime.ClassObjectFilter
-
- All Implemented Interfaces:
ObjectFilter
public class ClassObjectFilter extends Object implements ObjectFilter
Filters objects by class, only accepting objects of the class specified in the constructor
-
-
Constructor Summary
Constructors Constructor Description ClassObjectFilter(Class<?> clazz)
The Allowed Class type
-
-
-
Constructor Detail
-
ClassObjectFilter
public ClassObjectFilter(Class<?> clazz)
The Allowed Class type- Parameters:
clazz
-
-
-
Method Detail
-
accept
public boolean accept(Object object)
- Specified by:
accept
in interfaceObjectFilter
- Returns:
- true if the Iterator accepts the given object according to its class.
-
getFilteredClass
public Class getFilteredClass()
-
-