class Dry::Schema::KeyCoercer

def self.new(*args)

Other tags:
    Api: - private
def self.new(*args)
  fetch_or_store(*args) { super }
end