Package io.atlasmap.validators
Class DefaultAtlasValidationsHelper
java.lang.Object
io.atlasmap.v2.Validations
io.atlasmap.validators.DefaultAtlasValidationsHelper
- All Implemented Interfaces:
AtlasValidationHelper
,Serializable
- See Also:
-
Field Summary
Fields inherited from class io.atlasmap.v2.Validations
validation
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValidation
(Validation validation) int
getCount()
boolean
boolean
hasInfos()
boolean
static String
validationToString
(Validation validation) Methods inherited from class io.atlasmap.v2.Validations
getValidation
-
Constructor Details
-
DefaultAtlasValidationsHelper
public DefaultAtlasValidationsHelper()
-
-
Method Details
-
addValidation
- Specified by:
addValidation
in interfaceAtlasValidationHelper
-
getAllValidations
- Specified by:
getAllValidations
in interfaceAtlasValidationHelper
-
hasErrors
public boolean hasErrors()- Specified by:
hasErrors
in interfaceAtlasValidationHelper
-
hasWarnings
public boolean hasWarnings()- Specified by:
hasWarnings
in interfaceAtlasValidationHelper
-
hasInfos
public boolean hasInfos()- Specified by:
hasInfos
in interfaceAtlasValidationHelper
-
getCount
public int getCount()- Specified by:
getCount
in interfaceAtlasValidationHelper
-
validationToString
-