Package com.luchersol.core.specialized_checkers.io
package com.luchersol.core.specialized_checkers.io
Specialized checkers for I/O and file system operations.
This package provides validation implementations for I/O-related types including File paths, URIs, and JSON structures. These checkers enable fluent validation of file system operations and data interchange format compliance.
Supported I/O types:
CheckerFile- File and path validationCheckerURI- URI validationCheckerJson- JSON structure validation
- Version:
- 1.0
- Author:
- LucherSol
-
ClassesClassDescription
CheckerFileprovides a fluent API for performing various checks and validations onFileobjects.CheckerJson is a specialized checker for validating properties and structure of JSON data represented by Jackson'sJsonNode.A specialized checker forURIobjects, providing fluent validation methods for various URI components such as scheme, host, port, authority, fragment, path, and query.