Package org.geotools.data.complex.spi
Interface CustomMappingFactory
-
- All Known Implementing Classes:
MongoNestedMappingFactory
public interface CustomMappingFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NestedAttributeMapping
createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)
-
-
-
Method Detail
-
createNestedAttributeMapping
NestedAttributeMapping createNestedAttributeMapping(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)
-
-