Package org.geotools.data.complex.spi
Interface CustomAttributeExpressionFactory
-
- All Known Implementing Classes:
MongoNestedAttributeExpressionFactory
public interface CustomAttributeExpressionFactory
Allow extensions to build custom nested expressions for chained entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
-
-
Method Detail
-
createNestedAttributeExpression
Expression createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
-