Class ClassObjectFilter

  • All Implemented Interfaces:
    org.kie.api.runtime.ObjectFilter

    public class ClassObjectFilter
    extends org.kie.api.runtime.ClassObjectFilter
    Filters Objects by Class, only accepting Classes of the specified type
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassObjectFilter​(java.lang.Class clazz)  
    • Method Summary

      • Methods inherited from class org.kie.api.runtime.ClassObjectFilter

        accept, getFilteredClass
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClassObjectFilter

        public ClassObjectFilter​(java.lang.Class clazz)