| Interface | Description |
|---|---|
| ArgumentParser |
Interface for Argument Parser that is used for parsing given string argument
from RSQL query according to type of the target property.
|
| Mapper |
Provides mapping of selectors in RSQL to property names of entities.
|
| Class | Description |
|---|---|
| DefaultArgumentParser |
Default implementation of ArgumentParser.
|
| SimpleMapper |
Simple implementation of the
Mapper. |
| Exception | Description |
|---|---|
| ArgumentFormatException |
Indicate that argument is not in suitable format required by entity's
property, i.e. is not parseable to the specified type.
|
Copyright © 2015–2017. All rights reserved.