| Constructor | Description |
|---|---|
JSONFileReader() |
| Modifier and Type | Method | Description |
|---|---|---|
InputFormatType |
getInputFormat() |
Return the input format supported by the reader.
|
void |
read(ValidationInput input,
ValidationContext context) |
Main method to process the input.
|
void |
setValidator(Validator validator) |
Set Validation to call during the reading.
|
public InputFormatType getInputFormat()
ReadergetInputFormat in interface Readerpublic void setValidator(Validator validator)
ReadersetValidator in interface Readervalidator - Validator to apply.public void read(ValidationInput input, ValidationContext context) throws ValidationException
Readerread in interface Readerinput - The input to readcontext - Validation context with all information requiredValidationException - The read exception.Copyright © 2025. All rights reserved.