Package org.infinispan.query.dsl.impl
Class PathExpression
- java.lang.Object
-
- org.infinispan.query.dsl.impl.PathExpression
-
- All Implemented Interfaces:
Expression
public final class PathExpression extends Object implements Expression
Represents the path of a field, including the aggregation function if any.- Since:
- 8.0
- Author:
- anistor@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathExpression.AggregationType
-
Constructor Summary
Constructors Constructor Description PathExpression(PathExpression.AggregationType aggregationType, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)PathExpression.AggregationTypegetAggregationType()StringgetPath()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
PathExpression
public PathExpression(PathExpression.AggregationType aggregationType, String path)
-
-
Method Detail
-
getAggregationType
public PathExpression.AggregationType getAggregationType()
-
getPath
public String getPath()
-
-