com.pmease.quickbuild.rest.json
Annotation Type JsonSnakeCase


@Target(value=TYPE)
@Retention(value=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.



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.