程序包 cn.taketoday.context.expression
@NonNullApi
@NonNullFields
package cn.taketoday.context.expression
Expression parsing support within a application context.
-
类说明Represent an
AnnotatedElementon a particularClassand is suitable as a key.EL property accessor that knows how to traverse the beans and contextual objects of aBeanExpressionContext.EL property accessor that knows how to traverse the beans of aBeanFactory.EL bean resolver that operates against aBeanFactory.Shared utility class used to evaluate and cache EL expressions that are defined onAnnotatedElement.An expression key.Interface to be implemented by any object that wishes to be notified of aStringValueResolverfor the resolution of embedded definition values.Read-only EL property accessor that knows how to retrieve keys of aEnvironmentinstance.EL property accessor that knows how to traverse the keys of a standardMap.A method-basedEvaluationContextthat provides explicit support for method-based invocations.Standard implementation of theBeanExpressionResolverinterface, parsing and evaluating EL usingcn.taketoday.expressionmodule.