| Modifier and Type | Method and Description |
|---|---|
Matcher.Builder |
attribute(String attribute) |
Matcher.Builder |
between(BetweenAttribute between) |
Matcher.Builder |
bool(Boolean bool) |
Matcher |
build() |
Matcher.Builder |
date(Long date) |
Matcher.Builder |
depends(Depends depends) |
Matcher.Builder |
negate(Boolean negate) |
Matcher.Builder |
number(Long number) |
Matcher.Builder |
string(String string) |
Matcher.Builder |
strings(List<String> strings) |
Matcher.Builder |
type(ConditionType type) |
public Matcher.Builder type(ConditionType type)
public Matcher.Builder negate(Boolean negate)
public Matcher.Builder attribute(String attribute)
public Matcher.Builder bool(Boolean bool)
public Matcher.Builder string(String string)
public Matcher.Builder number(Long number)
public Matcher.Builder date(Long date)
public Matcher.Builder strings(List<String> strings)
public Matcher.Builder between(BetweenAttribute between)
public Matcher.Builder depends(Depends depends)
public Matcher build()
Copyright © 2017. All rights reserved.