|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.expression.spel.ast.AstUtils
public class AstUtils
Utilities methods for use in the Ast classes.
| Constructor Summary | |
|---|---|
AstUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List<PropertyAccessor> |
getPropertyAccessorsToTry(java.lang.Class<?> targetType,
ExpressionState state)
Determines the set of property resolvers that should be used to try and access a property on the specified target type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AstUtils()
| Method Detail |
|---|
public static java.util.List<PropertyAccessor> getPropertyAccessorsToTry(java.lang.Class<?> targetType,
ExpressionState state)
targetType - the type upon which property access is being attempted
|
spring-expression | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||