public class DataMappingValidator extends Object
Constructor and Description |
---|
DataMappingValidator() |
Modifier and Type | Method and Description |
---|---|
static void |
checkNameExists(List<DataMappingProblem> problems,
DataMappingPart dataMappingPart,
String identifierName,
String identifier) |
static <T> void |
checkUniqueChildNames(List<DataMappingProblem> problems,
DataMappingPart dataMappingPart,
String childIdentifierName,
List<T> children,
Function<T,String> nameExtractor) |
static void |
checkValidCondition(List<DataMappingProblem> problems,
DataMappingPart dataMappingPart,
String identifierName,
LogicalExpression identifier) |
static void |
checkValidExpression(List<DataMappingProblem> problems,
DataMappingPart dataMappingPart,
String identifierName,
Expression expression) |
public static void checkNameExists(List<DataMappingProblem> problems, DataMappingPart dataMappingPart, String identifierName, String identifier)
public static <T> void checkUniqueChildNames(List<DataMappingProblem> problems, DataMappingPart dataMappingPart, String childIdentifierName, List<T> children, Function<T,String> nameExtractor)
public static void checkValidCondition(List<DataMappingProblem> problems, DataMappingPart dataMappingPart, String identifierName, LogicalExpression identifier)
public static void checkValidExpression(List<DataMappingProblem> problems, DataMappingPart dataMappingPart, String identifierName, Expression expression)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.