public class AstUtils
extends java.lang.Object
Constructor and Description |
---|
AstUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PropertyAccessor> |
getPropertyAccessorsToTry(java.lang.Class<?> targetType,
java.util.List<PropertyAccessor> propertyAccessors)
Determines the set of property resolvers that should be used to try and access a property on the specified target
type.
|
public static java.util.List<PropertyAccessor> getPropertyAccessorsToTry(java.lang.Class<?> targetType, java.util.List<PropertyAccessor> propertyAccessors)
targetType
- the type upon which property access is being attemptedCopyright © 2021. All rights reserved.