Uses of Class
com.github.damianwajser.factories.jsonbased.criteria.Criterion
-
Packages that use Criterion Package Description com.github.damianwajser.factories.jsonbased.criteria com.github.damianwajser.factories.jsonbased.criteria.builder -
-
Uses of Criterion in com.github.damianwajser.factories.jsonbased.criteria
Methods in com.github.damianwajser.factories.jsonbased.criteria that return Criterion Modifier and Type Method Description Criterion<T>Criteria. addCriterion(Criterion<T> criterion)Criterion<T>Criteria. addCriterion(T defaultResult)Criterion<T>Criterion. and(Condition condition)Methods in com.github.damianwajser.factories.jsonbased.criteria that return types with arguments of type Criterion Modifier and Type Method Description Collection<Criterion<T>>Criteria. getAllCriterion()Methods in com.github.damianwajser.factories.jsonbased.criteria with parameters of type Criterion Modifier and Type Method Description Criterion<T>Criteria. addCriterion(Criterion<T> criterion)Constructor parameters in com.github.damianwajser.factories.jsonbased.criteria with type arguments of type Criterion Constructor Description Criteria(Collection<Criterion<T>> criteria)Criteria(T defaultResult, Collection<Criterion<T>> criteria) -
Uses of Criterion in com.github.damianwajser.factories.jsonbased.criteria.builder
Methods in com.github.damianwajser.factories.jsonbased.criteria.builder that return Criterion Modifier and Type Method Description static <T> Criterion<T>CriterionBuilder. build(String criterion, T result)
-