public class PredicateClassFactory extends Object
PredicateClassFactory
is a factory class used to derive a Predicate
implementation
class from its name.Constructor and Description |
---|
PredicateClassFactory() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Predicate> |
getPredicateClass(String name)
Return a
Predicate implementation class give its name |
Copyright © 2022 Apache Software Foundation. All rights reserved.