Package com.pmease.quickbuild.rest.json

Class Summary
AnnotationSensitivePropertyNamingStrategy A PropertyNamingStrategy implementation which, if the declaring class of a property is annotated with JsonSnakeCase, uses a LowerCaseWithUnderscoresStrategy, and uses the default PropertyNamingStrategy otherwise.
GuavaExtrasModule  
ObjectMapperFactory A factory class for ObjectMapper.
 

Annotation Types Summary
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.