Package io.atlasmap.validators
Class PositiveIntegerValidator
- java.lang.Object
-
- io.atlasmap.validators.PositiveIntegerValidator
-
- All Implemented Interfaces:
io.atlasmap.spi.AtlasValidator
public class PositiveIntegerValidator extends Object implements io.atlasmap.spi.AtlasValidator
-
-
Constructor Summary
Constructors Constructor Description PositiveIntegerValidator(io.atlasmap.v2.ValidationScope scope, String violationMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupports(Class<?> clazz)voidvalidate(Object target, List<io.atlasmap.v2.Validation> validations, String id)voidvalidate(Object target, List<io.atlasmap.v2.Validation> validations, String id, io.atlasmap.v2.ValidationStatus status)
-
-
-
Constructor Detail
-
PositiveIntegerValidator
public PositiveIntegerValidator(io.atlasmap.v2.ValidationScope scope, String violationMessage)
-
-