public class ReflectiveConstructorResolver extends Object implements ConstructorResolver
| Constructor and Description | 
|---|
| ReflectiveConstructorResolver() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConstructorExecutor | resolve(EvaluationContext context,
       String typeName,
       List<org.springframework.core.convert.TypeDescriptor> argumentTypes)Locate a constructor on the type. | 
@Nullable public ConstructorExecutor resolve(EvaluationContext context, String typeName, List<org.springframework.core.convert.TypeDescriptor> argumentTypes) throws AccessException
resolve in interface ConstructorResolvercontext - the current evaluation contexttypeName - the type upon which to look for the constructorargumentTypes - the arguments that the constructor must be able to handleAccessException