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 -
Method Summary
Modifier and TypeMethodDescriptioncreateNestedAttributeExpression
(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
Constructor Details
-
MongoNestedAttributeExpressionFactory
public MongoNestedAttributeExpressionFactory()
-
-
Method Details
-
createNestedAttributeExpression
public Expression createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping) - Specified by:
createNestedAttributeExpression
in interfaceCustomAttributeExpressionFactory
-