zeeshanlakhani / schema-gen

Turn Prismatic schemas into generated data.
Eclipse Public License 1.0
34 stars 3 forks source link

Use type instead of class as dispatch function #9

Closed gfredericks closed 9 years ago

gfredericks commented 9 years ago

This gives a little more flexibility in extending the multimethod, since we can customize the "type" of schema's defrecords via :type metadata.

zeeshanlakhani commented 9 years ago

:+1: