|
|
ValidateThis API Documentation
|
|
FRAMES
|
ValidateThis.core.fileReaders
Class
FileReader_JSON
WEB-INF.cftags.component
ValidateThis.core.BaseMetadataProcessor
ValidateThis.core.fileReaders.BaseFileReader
ValidateThis.core.fileReaders.FileReader_JSON
-
public class FileReader_JSON
- extends BaseFileReader
I am a responsible for reading and processing a JSON file.
|
Method Summary |
void |
loadRules(string objectType, any metadataSource)
I read the validations JSON file and reformat it into private properties
|
| Methods inherited from class WEB-INF.cftags.component |
|
loadRules
public void loadRules(string objectType, any metadataSource)
-
I read the validations JSON file and reformat it into private properties
- Overrides:
-
loadRules
in class
BaseFileReader
- Parameters:
objectType - the type of object for which a BOValidator is being created
metadataSource - the path to the file to read
|
|
ValidateThis API Documentation
|
|
FRAMES
|