Class: Dry::Validation::Schema::JSON

Inherits:
Dry::Validation::Schema show all
Defined in:
lib/dry/validation/schema/json.rb

Constant Summary

Constants inherited from Dry::Validation::Schema

NOOP_INPUT_PROCESSOR

Instance Attribute Summary

Attributes inherited from Dry::Validation::Schema

#checks, #error_compiler, #hint_compiler, #input_processor, #options, #predicates, #rule_compiler, #rules, #type_map

Method Summary

Methods inherited from Dry::Validation::Schema

#arity, build_array_type, build_type_map, #call, clone, create_class, #curry, default_messages, default_options, error_compiler, hint_compiler, inherited, #initialize, input_processor, input_processor_ast, input_processor_compiler, lookup_type, messages, new, option, options, predicates, registry, rule_ast, rules, set_registry!, to_ast, #to_ast, #to_proc, type_map, #with

Constructor Details

This class inherits a constructor from Dry::Validation::Schema