ValidatedCollector
open class ValidatedCollector : SingleValueCollector, @unchecked SendableOpen class representing a validated collector.
- 
                  
                  Holds a validation object. Only writable within this class. DeclarationSwift public private(set) var validation: Validation? { get }
- 
                  
                  Initializes the ValidatedCollectorwith the given input.DeclarationSwift public required init(with json: [String : Any])ParametersjsonA dictionary representing the JSON element to parse. 
- 
                  
                  Validates the collector’s value and returns a list of validation errors, if any. DeclarationSwift open override func validate() -> [ValidationError]Return ValueAn array of ValidationError.
 View on GitHub
            View on GitHub
          