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 Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
static Expression
find(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
-
-
Method Detail
-
find
public 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)
-
find
public static Expression find(FeatureTypeMapping mappings, XPathUtil.StepList xpath, NestedAttributeMapping nestedMapping)
-
-