Package org.geotools.data.complex.spi
Class CustomImplementationsFinder
- Object
- 
- CustomImplementationsFinder
 
- 
 public final class CustomImplementationsFinder extends Object Helper class used to find implementations for extensions points.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static NestedAttributeMappingfind(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces)static Expressionfind(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
 
- 
- 
- 
Method Detail- 
findpublic static NestedAttributeMapping find(AppSchemaDataAccessConfigurator configuration, Expression idExpression, Expression parentExpression, XPathUtil.StepList targetXPath, boolean isMultiValued, Map<Name,Expression> clientProperties, Expression sourceElement, XPathUtil.StepList sourcePath, NamespaceSupport namespaces) 
 - 
findpublic static Expression find(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping) 
 
- 
 
-