public class PropertyNamingStrategyUtils extends Object
PropertyNamingStrategy, 
PropertyNamingStrategies| Constructor and Description | 
|---|
| PropertyNamingStrategyUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | configureUpperCamelCase(com.fasterxml.jackson.databind.ObjectMapper mapper)Configure the provided ObjectMapper to use  PropertyNamingStrategies.UPPER_CAMEL_CASEor with an equivalent strategy if using older versions of Jackson. | 
public static void configureUpperCamelCase(com.fasterxml.jackson.databind.ObjectMapper mapper)
PropertyNamingStrategies.UPPER_CAMEL_CASE
 or with an equivalent strategy if using older versions of Jackson.mapper - The ObjectMapper to configure.