- java.lang.Object
-
- io.rxmicro.validation.base.AbstractCompositionConstraintValidator<BigDecimal>
-
- io.rxmicro.validation.validator.LngConstraintValidator
-
- All Implemented Interfaces:
ConstraintValidator<BigDecimal>
public final class LngConstraintValidator extends AbstractCompositionConstraintValidator<BigDecimal>
Validator for theLngconstraint.- Since:
- 0.1
- Author:
- nedis
- See Also:
Lng
-
-
Constructor Summary
Constructors Constructor Description LngConstraintValidator(LocationAccuracy locationAccuracy)Creates the default instance ofLngConstraintValidatorwith the specified location accuracy.
-
Method Summary
-
Methods inherited from class io.rxmicro.validation.base.AbstractCompositionConstraintValidator
validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.rxmicro.validation.ConstraintValidator
validate, validateList, validateList
-
-
-
-
Constructor Detail
-
LngConstraintValidator
public LngConstraintValidator(LocationAccuracy locationAccuracy)
Creates the default instance ofLngConstraintValidatorwith the specified location accuracy.- Parameters:
locationAccuracy- the specified location accuracy
-
-