public class AstUtils extends Object
Constructor and Description |
---|
AstUtils() |
Modifier and Type | Method and Description |
---|---|
static List<PropertyAccessor> |
getPropertyAccessorsToTry(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.
|
public static List<PropertyAccessor> getPropertyAccessorsToTry(Class<?> targetType, ExpressionState state)
targetType
- the type upon which property access is being attemptedCopyright © 2014. All rights reserved.