Class LengthStrategy
java.lang.Object
io.github.arasdenizhan.core.strategy.AbstractValidationStrategy
io.github.arasdenizhan.core.strategy.impl.LengthStrategy
- All Implemented Interfaces:
ValidationStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(Field field, Object value, List<ValidationError> errors) Methods inherited from class io.github.arasdenizhan.core.strategy.AbstractValidationStrategy
checkUsageIsValid
-
Constructor Details
-
LengthStrategy
public LengthStrategy()
-
-
Method Details
-
validate
- Specified by:
validatein interfaceValidationStrategy- Specified by:
validatein classAbstractValidationStrategy
-