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 TypeMethodDescriptionvoid
validate
(String value, InventoryHeader header, Integer row, Integer col) Validates a CSV attribute.
-
Constructor Details
-
NoOpValidator
public NoOpValidator()
-
-
Method Details
-
validate
Description copied from interface:ValueValidator
Validates a CSV attribute.- Specified by:
validate
in interfaceValueValidator
- Parameters:
value
- to validateheader
- the associated headerrow
- the row indexcol
- the column index
-