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