Annotation Interface JsonSnakeCase


@Target(TYPE) @Retention(RUNTIME) public @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.