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

Member predicate SpringBeanFile::getABean

Gets a <bean> element that is found in this file.

Note that this will also include <bean> elements nested inside other spring elements (such as value).

Use SpringBean.isTopLevel() to obtain only the <bean> elements that are direct children of <beans>.

SpringBean getABean()