|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.support.ReflectiveConstructorResolver
public class ReflectiveConstructorResolver
A constructor resolver that uses reflection to locate the constructor that should be invoked
| Constructor Summary | |
|---|---|
ReflectiveConstructorResolver()
|
|
| Method Summary | |
|---|---|
ConstructorExecutor |
resolve(EvaluationContext context,
java.lang.String typename,
java.util.List<org.springframework.core.convert.TypeDescriptor> argumentTypes)
Locate a constructor on the type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReflectiveConstructorResolver()
| Method Detail |
|---|
public ConstructorExecutor resolve(EvaluationContext context,
java.lang.String typename,
java.util.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 handle
AccessException
|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||