Class ElPropertyChain

java.lang.Object
io.ebeaninternal.server.el.ElPropertyChain
All Implemented Interfaces:
ExpressionPath, ElPropertyDeploy, ElPropertyValue

public final class ElPropertyChain extends Object implements ElPropertyValue
A ElGetValue based on a chain of properties.

Used to get the value for an compound expression like customer.name or customer.shippingAddress.city etc.

Note that if any element in the chain returns null, then null is returned and no further processing of the chain occurs.