Class GetAttributeExpression

java.lang.Object
io.pebbletemplates.pebble.node.expression.GetAttributeExpression
All Implemented Interfaces:
Expression<Object>, Node

public class GetAttributeExpression extends Object implements Expression<Object>
Used to get an attribute from an object. It will look up attributes in the following order: map entry, array item, list item, get method, is method, has method, public method, public field.