Package step.core.objectenricher
Class ObjectPredicateFactory
- java.lang.Object
-
- step.core.objectenricher.ObjectPredicateFactory
-
@Deprecated public class ObjectPredicateFactory extends Object
Deprecated.This class is deprecated and ill be removed. Please useObjectHookRegistrygetObjectPredicate(step.core.AbstractContext)directly
-
-
Constructor Summary
Constructors Constructor Description ObjectPredicateFactory(ObjectHookRegistry objectHookRegistry)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectPredicategetObjectPredicate(step.core.AbstractContext context)Deprecated.
-
-
-
Constructor Detail
-
ObjectPredicateFactory
public ObjectPredicateFactory(ObjectHookRegistry objectHookRegistry)
Deprecated.
-
-
Method Detail
-
getObjectPredicate
public ObjectPredicate getObjectPredicate(step.core.AbstractContext context)
Deprecated.
-
-