Class AstUtils
Inheritance
System.Object
AstUtils
Namespace: Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly: Steeltoe.Common.Expression.dll
Syntax
public static class AstUtils : object
Methods
| Edit this page View SourceGetPropertyAccessorsToTry(Type, List<IPropertyAccessor>)
Declaration
public static List<IPropertyAccessor> GetPropertyAccessorsToTry(Type targetType, List<IPropertyAccessor> propertyAccessors)
Parameters
Type | Name | Description |
---|---|---|
Type | targetType | |
List<IPropertyAccessor> | propertyAccessors |
Returns
Type | Description |
---|---|
List<IPropertyAccessor> |