程序包的使用
cn.taketoday.expression.spel.support
程序包
说明
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
-
类说明A
TypedValuefor booleans.AMethodResolvervariant for data binding purposes, using reflection to access instance methods on a given target object.APropertyAccessorvariant for data binding purposes, using reflection to access properties for reading and possibly writing.Reflection-basedMethodResolverused by default inStandardEvaluationContextunless explicit method resolvers have been specified.A powerfulPropertyAccessorthat uses reflection to access properties for reading and possibly also for writing on a target instance.A basic implementation ofEvaluationContextthat focuses on a subset of essential SpEL features and customization options, targeting simple condition evaluation and in particular data binding scenarios.Builder forSimpleEvaluationContext.