Package | Description |
---|---|
org.springframework.expression | |
org.springframework.expression.spel.support |
Modifier and Type | Method and Description |
---|---|
ConstructorExecutor |
ConstructorResolver.resolve(EvaluationContext context,
String typeName,
List<TypeDescriptor> argumentTypes)
Within the supplied context determine a suitable constructor on the supplied type that can handle the
specified arguments.
|
Modifier and Type | Method and Description |
---|---|
ConstructorExecutor |
ReflectiveConstructorResolver.resolve(EvaluationContext context,
String typename,
List<TypeDescriptor> argumentTypes)
Locate a constructor on the type.
|
Copyright © 2015. All rights reserved.