CodeQL library for Java/Kotlin
codeql/java-all 9.0.2 (changelog, source)
Search

Member predicate SpringRequestMappingMethod::getAValue

Gets a “value” @RequestMapping annotation string value, if present.

If the annotation element is defined with an array initializer, then the result will be one of the elements of that array. Otherwise, the result will be the single expression used as value.

string getAValue()