Searched refs:nameForGetterMethod (Results 1 – 4 of 4) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | PropertyNamingStrategy.java | 128 public String nameForGetterMethod(MapperConfig<?> config, AnnotatedMethod method, in nameForGetterMethod() method in PropertyNamingStrategy 187 …public String nameForGetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForGetterMethod() method in PropertyNamingStrategy.PropertyNamingStrategyBase
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | TestNamingStrategyCustom.java | 37 public String nameForGetterMethod(MapperConfig<?> config, in nameForGetterMethod() method in TestNamingStrategyCustom.PrefixStrategy 60 …public String nameForGetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForGetterMethod() method in TestNamingStrategyCustom.CStyleStrategy
|
D | TestNamingStrategyStd.java | 279 …assertEquals("BADPublicName", PropertyNamingStrategy.UPPER_CAMEL_CASE.nameForGetterMethod(null, nu… in testPascalCaseStandAlone()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | POJOPropertiesCollector.java | 906 … rename = naming.nameForGetterMethod(_config, prop.getGetter(), fullName.getSimpleName()); in _renameUsing() 921 … rename = naming.nameForGetterMethod(_config, prop.getGetter(), fullName.getSimpleName()); in _renameUsing()
|