public interface LiteralSanitiser
Modifier and Type | Interface and Description |
---|---|
static class |
LiteralSanitiser.Result
Dictates the result of sanitising a list of
QueryLiteral s. |
Modifier and Type | Method and Description |
---|---|
LiteralSanitiser.Result |
sanitiseLiterals(List<QueryLiteral> literals)
Note: in general, it is possible that a literal can expand out into multiple id values.
|
LiteralSanitiser.Result sanitiseLiterals(List<QueryLiteral> literals)
literals
- the literals to sanitise; must not be null.Copyright © 2002-2021 Atlassian. All Rights Reserved.