| 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 |
|---|---|
boolean |
AbstractUnaryMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
boolean |
AbstractBinaryMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
boolean |
AbstractSimpleMatcher.matches(Parameter parameter,
Object value,
Object... properties) |
protected boolean |
IsEqualToMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
protected boolean |
AbstractSimpleComparableMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
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 |
AbstractCollectionMatcher.matches(Parameter parameter,
Object actual,
Object property) |
protected boolean |
IsNotMatcher.matches(Parameter parameter,
Object actual,
Object expected) |
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 |
AbstractBinaryComparableMatcher.matches(Parameter parameter,
Object value,
Object first,
Object second) |
| 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–2021. All rights reserved.