public static class LiteralSanitiser.Result extends Object
QueryLiterals. If no modifications
were made on the input, then the value returned by getLiterals() is not guaranteed to be meaningful.| Constructor and Description |
|---|
Result(boolean modified,
List<QueryLiteral> literals) |
| Modifier and Type | Method and Description |
|---|---|
List<QueryLiteral> |
getLiterals() |
boolean |
isModified() |
public Result(boolean modified,
List<QueryLiteral> literals)
public boolean isModified()
public List<QueryLiteral> getLiterals()
Copyright © 2002-2024 Atlassian. All Rights Reserved.