Home
last modified time | relevance | path

Searched defs:nameForGetterMethod (Results 1 – 2 of 2) 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