接口的使用
cn.taketoday.expression.TypeLocator
使用TypeLocator的程序包
程序包
说明
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression中TypeLocator的使用
修饰符和类型方法说明EvaluationContext.getTypeLocator()Return a type locator that can be used to find types, either by short or fully qualified name. -
cn.taketoday.expression.spel.support中TypeLocator的使用
修饰符和类型类说明classA simple implementation ofTypeLocatorthat uses the context ClassLoader (or any ClassLoader set upon it).修饰符和类型字段说明private TypeLocatorStandardEvaluationContext.typeLocatorprivate static final TypeLocatorSimpleEvaluationContext.typeNotFoundTypeLocator修饰符和类型方法说明SimpleEvaluationContext.getTypeLocator()SimpleEvaluationContextdoes not support use of type references.StandardEvaluationContext.getTypeLocator()Get the configuredTypeLocatorthat will be used to find types, either by short or fully-qualified name.修饰符和类型方法说明voidStandardEvaluationContext.setTypeLocator(TypeLocator typeLocator) Set theTypeLocatorto use to find types, either by short or fully-qualified name.