Package org.springframework.binding.expression
package org.springframework.binding.expression
Core expression language abstraction for parsing and evaluating expressions.
-
ClassDescriptionIndicates an expression evaluation failed.An expression capable of evaluating itself against context objects.Parses expression strings into compiled expressions that can be evaluated.An expression variable.Input provided to an expression parser that can influence an expression parsing/compilation routine.Base class for exceptions thrown during expression parsing.An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to the target class