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
Modifier and TypeMethodDescriptioncreateNestedAttributeExpression
(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
Method Details
-
createNestedAttributeExpression
Expression createNestedAttributeExpression(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-