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

Module SpringExpression

Provides classes for working with the Spring Expression Language (SpEL).

Import path

import semmle.code.java.frameworks.spring.SpringExpression

Imports

java

Provides all default Java QL imports.

Classes

Expression

The class org.springframework.expression.Expression.

ExpressionEvaluationMethod

Methods that trigger the evaluation of a SpEL expression.

ExpressionParser

The class org.springframework.expression.ExpressionParser.

SimpleEvaluationContext

The class org.springframework.expression.spel.support.SimpleEvaluationContext.

SimpleEvaluationContextBuilder

The class org.springframework.expression.spel.support.SimpleEvaluationContext$Builder.