| Modifier and Type | Method and Description |
|---|---|
boolean |
Matcher.matches(Parameter parameter,
Object value,
Object... properties)
Determines if the value matches the properties or not, based on the underlying operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableParameter
This is an immutable parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IsLessThanMatcher.matches(Parameter parameter,
Comparable actual,
Comparable pivot) |
protected boolean |
IsLessThanOrEqualToMatcher.matches(Parameter parameter,
Comparable actual,
Comparable pivot) |
protected boolean |
IsGreaterThanMatcher.matches(Parameter parameter,
Comparable actual,
Comparable pivot) |
protected boolean |
IsGreaterThanOrEqualToMatcher.matches(Parameter parameter,
Comparable actual,
Comparable pivot) |
protected abstract boolean |
AbstractSimpleComparableMatcher.matches(Parameter parameter,
Comparable actual,
Comparable pivot)
Does comparison and returns the result.
|
protected abstract boolean |
AbstractBinaryComparableMatcher.matches(Parameter parameter,
Comparable value,
Comparable first,
Comparable second)
Is called to determine when the two comparable items fit the criteria of this matcher
|
protected boolean |
IsBetweenMatcher.matches(Parameter parameter,
Comparable value,
Comparable first,
Comparable second) |
protected boolean |
IsNotBetweenMatcher.matches(Parameter parameter,
Comparable value,
Comparable first,
Comparable second) |
protected boolean |
IsFalseMatcher.matches(Parameter parameter,
Object value) |
protected boolean |
IsTrueMatcher.matches(Parameter parameter,
Object value) |
protected boolean |
IsNotNullMatcher.matches(Parameter parameter,
Object value) |
protected abstract boolean |
AbstractStateMatcher.matches(Parameter parameter,
Object value)
Called to determine the match
|
protected boolean |
IsNullMatcher.matches(Parameter parameter,
Object value) |
protected abstract boolean |
AbstractCollectionMatcher.matches(Parameter parameter,
Object actual,
Collection collection)
Used to find out if a collection satisfies the condition set forth by this matcher
|
protected boolean |
IsInMatcher.matches(Parameter parameter,
Object actual,
Collection collection) |
protected boolean |
IsNotInMatcher.matches(Parameter parameter,
Object actual,
Collection collection) |
boolean |
AbstractSimpleMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
boolean |
AbstractBinaryMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
boolean |
AbstractStateMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
protected boolean |
AbstractCollectionMatcher.matches(Parameter parameter,
Object actual,
Object property) |
protected boolean |
AbstractSimpleStringMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
protected abstract boolean |
AbstractSimpleMatcher.matches(Parameter parameter,
Object actual,
Object expected)
Called to see if the condition holds
|
protected boolean |
IsNotMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
protected boolean |
AbstractSimpleComparableMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
protected boolean |
IsEqualToMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
protected boolean |
AbstractBinaryComparableMatcher.matches(Parameter parameter,
Object value,
Object first,
Object second) |
protected abstract boolean |
AbstractBinaryMatcher.matches(Parameter parameter,
Object value,
Object first,
Object second)
Called to see if two objects match the criteria set by this matcher
|
protected boolean |
RegexMatcher.matches(Parameter parameter,
String actual,
String argument) |
protected abstract boolean |
AbstractSimpleStringMatcher.matches(Parameter parameter,
String actual,
String argument)
Called when we want to check the expectation
|
protected boolean |
IsLikeMatcher.matches(Parameter parameter,
String actual,
String argument) |
protected boolean |
IsNotLikeMatcher.matches(Parameter parameter,
String actual,
String argument) |
protected boolean |
ContainingMatcher.matches(Parameter parameter,
String actual,
String argument) |
protected boolean |
StartingWithMatcher.matches(Parameter parameter,
String actual,
String argument) |
protected boolean |
EndingWithMatcher.matches(Parameter parameter,
String actual,
String argument) |
| Modifier and Type | Method and Description |
|---|---|
List<List<Parameter>> |
QueryDescriptor.getBranches() |
| Modifier and Type | Method and Description |
|---|---|
List<List<Parameter>> |
DefaultQueryDescriptor.getBranches() |
| Constructor and Description |
|---|
DefaultQueryDescriptor(boolean distinct,
String function,
int limit,
PageParameterExtractor pageExtractor,
SortParameterExtractor sortExtractor,
List<List<Parameter>> branches,
RepositoryFactoryConfiguration configuration,
RepositoryMetadata repositoryMetadata) |
Copyright © 2014–2016. All rights reserved.