Class NoOpValidator
java.lang.Object
com.amilesend.discogs.csv.validation.NoOpValidator
- All Implemented Interfaces:
ValueValidator
A NoOp validator for free-form/optional fields.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(String value, InventoryHeader header, Integer row, Integer col) Validates a CSV attribute.
-
Constructor Details
-
NoOpValidator
public NoOpValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidatorValidates a CSV attribute.- Specified by:
validatein interfaceValueValidator- Parameters:
value- to validateheader- the associated headerrow- the row indexcol- the column index
-