| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain | |
| com.mmnaseri.utils.spring.data.domain.impl | |
| com.mmnaseri.utils.spring.data.dsl.factory | |
| com.mmnaseri.utils.spring.data.error |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MatchedOperator
Represents an operator that was picked because of a parse operation
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
OperatorContext.getBySuffix(String suffix)
Finds the operator that matches the given suffix
|
Operator |
Parameter.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorContext.register(Operator operator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMatchedOperator |
class |
ImmutableOperator
This is an immutable operator.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
DefaultOperatorContext.getBySuffix(String suffix) |
Operator |
ImmutableParameter.getOperator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOperatorContext.register(Operator operator) |
| Constructor and Description |
|---|
ImmutableMatchedOperator(Operator original,
String matchedToken) |
ImmutableParameter(String path,
Set<Modifier> modifiers,
int[] indices,
Operator operator) |
| Modifier and Type | Method and Description |
|---|---|
OperatorsAnd |
RepositoryFactoryBuilder.and(Operator operator) |
OperatorsAnd |
OperatorsAnd.and(Operator operator)
Registers this operator as well
|
OperatorsAnd |
Operators.registerOperator(Operator operator)
Registers the given operator in the context used by the builder
|
OperatorsAnd |
RepositoryFactoryBuilder.registerOperator(Operator operator) |
| Constructor and Description |
|---|
DuplicateOperatorException(Operator existing,
String token) |
Copyright © 2014–2016. All rights reserved.