程序包 cn.taketoday.expression.common
@NonNullApi
@NonNullFields
package cn.taketoday.expression.common
Common utility classes behind the Spring Expression Language.
-
类类说明Represents a template expression broken into pieces.Common utility functions that may be used by any Expression Language provider.A very simple hardcoded implementation of the Expression interface that represents a string literal.An expression parser that understands templates.This captures a type of bracket and the position in which it occurs in the expression.Configurable
ParserContextimplementation for template parsing.