Class MongoNestedAttributeExpressionFactory
- Object
-
- MongoNestedAttributeExpressionFactory
-
- All Implemented Interfaces:
CustomAttributeExpressionFactory
public class MongoNestedAttributeExpressionFactory extends Object implements CustomAttributeExpressionFactory
Custom nested attribute expressions builder for MongoDB.
-
-
Constructor Summary
Constructors Constructor Description MongoNestedAttributeExpressionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression
createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
-
-
Method Detail
-
createNestedAttributeExpression
public Expression createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
- Specified by:
createNestedAttributeExpression
in interfaceCustomAttributeExpressionFactory
-
-