class Dry::Schema::Processor

def define(&block)

Other tags:
    Api: - public

Returns:
  • (Class) -

Other tags:
    See: Schema#JSON -
    See: Schema#Params -
    See: Schema#define -
def define(&block)
  @definition ||= DSL.new(
    processor_type: self, parent: superclass.definition, **config.to_h, &block
  )
  self
end