public interface PredicateBuilder
This makes it easy to configure conditions based on a string representation
Modifier and Type | Method and Description |
---|---|
Predicate | build(Map<String,Object> config) Creates a predicate |
String | defaultParameter() |
String | name() The string representation of the predicate name. |
Map<String,Class<?>> | parameters() Returns a map of parameters and their types. |
Set<String> | requiredParameters() |
Copyright © 2020 JBoss by Red Hat. All rights reserved.