Home
last modified time | relevance | path

Searched refs:nameForGetterMethod (Results 1 – 4 of 4) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DPropertyNamingStrategy.java128 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/
DTestNamingStrategyCustom.java37 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
DTestNamingStrategyStd.java279 …assertEquals("BADPublicName", PropertyNamingStrategy.UPPER_CAMEL_CASE.nameForGetterMethod(null, nu… in testPascalCaseStandAlone()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java906 … rename = naming.nameForGetterMethod(_config, prop.getGetter(), fullName.getSimpleName()); in _renameUsing()
921 … rename = naming.nameForGetterMethod(_config, prop.getGetter(), fullName.getSimpleName()); in _renameUsing()