CodeQL library for Java
codeql/java-all 0.5.5 ( 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 ( )