public class SpelQueryContext.SpelExtractor extends Object
Map
from those bind parameters to the SpEL expression.
The parser detects quoted parts of the query string and does not detect SpEL expressions inside such quoted parts of the query.
Modifier and Type | Method and Description |
---|---|
String |
getParameter(String name) |
String |
getQueryString()
The query with all the SpEL expressions replaced with bind parameters.
|
boolean |
isQuoted(int index)
Return whether the
query at index is quoted. |
public String getQueryString()
public boolean isQuoted(int index)
query
at index
is quoted.index
- Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.