Searched refs:nameForSetterMethod (Results 1 – 3 of 3) sorted by relevance
148 public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, in nameForSetterMethod() method in PropertyNamingStrategy193 …public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForSetterMethod() method in PropertyNamingStrategy.PropertyNamingStrategyBase
44 public String nameForSetterMethod(MapperConfig<?> config, in nameForSetterMethod() method in TestNamingStrategyCustom.PrefixStrategy66 …public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForSetterMethod() method in TestNamingStrategyCustom.CStyleStrategy
912 … rename = naming.nameForSetterMethod(_config, prop.getSetter(), fullName.getSimpleName()); in _renameUsing()