class Dry::Schema::KeyCoercer

def call(source)

Other tags:
    Api: - private
def call(source)
  key_map.write(source.to_h)
end