Rename getArrayValue to getAValue

This commit is contained in:
Owen Mansel-Chan
2025-05-22 12:21:20 +01:00
parent f575d2f941
commit 775338ebdd

View File

@@ -159,7 +159,8 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
/** Gets the "value" @RequestMapping annotation array string value, if present. */
string getArrayValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
string getAValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
/** Gets the "method" @RequestMapping annotation value, if present. */
string getMethodValue() {
result = requestMappingAnnotation.getAnEnumConstantArrayValue("method").getName()