Package io.dropwizard.jackson
Annotation Interface JsonSnakeCase
Marker annotation which indicates that the annotated case class should be
serialized and deserialized using
snake_case JSON field names instead
of camelCase field names.