| 程序包 | 说明 |
|---|---|
| org.springframework.expression |
Core abstractions behind the Spring Expression Language.
|
| org.springframework.expression.spel.support |
SpEL's default implementations for various core abstractions.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConstructorExecutor |
ConstructorResolver.resolve(EvaluationContext context,
String typeName,
List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
Within the supplied context determine a suitable constructor on the supplied type
that can handle the specified arguments.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ReflectiveConstructorExecutor
A simple ConstructorExecutor implementation that runs a constructor using reflective
invocation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConstructorExecutor |
ReflectiveConstructorResolver.resolve(EvaluationContext context,
String typeName,
List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
Locate a constructor on the type.
|