Searched refs:UpperCamelCaseStrategy (Results 1 – 1 of 1) sorted by relevance
49 public static final PropertyNamingStrategy UPPER_CAMEL_CASE = new UpperCamelCaseStrategy();356 public static class UpperCamelCaseStrategy extends PropertyNamingStrategyBase class in PropertyNamingStrategy456 public static class PascalCaseStrategy extends UpperCamelCaseStrategy {}