public class JQB2JOOQ extends Object
| Constructor and Description |
|---|
JQB2JOOQ() |
| Modifier and Type | Method and Description |
|---|---|
static org.jooq.Condition |
parse(Class<? extends RuleTarget> targetClass,
Map<String,Object> jsonFilter)
parse performs the transformation of filter to condition.
|
public static org.jooq.Condition parse(Class<? extends RuleTarget> targetClass, Map<String,Object> jsonFilter)
targetClass - must be an Enum that implements RuleTargetjsonFilter - is the raw Json String representation of the jQuery QueryBuilder filter deserialized into a MapCopyright © 2018. All rights reserved.