Home
last modified time | relevance | path

Searched refs:nameForSetterMethod (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DPropertyNamingStrategy.java148 public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, in nameForSetterMethod() method in PropertyNamingStrategy
193 …public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForSetterMethod() method in PropertyNamingStrategy.PropertyNamingStrategyBase
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestNamingStrategyCustom.java44 public String nameForSetterMethod(MapperConfig<?> config, in nameForSetterMethod() method in TestNamingStrategyCustom.PrefixStrategy
66 …public String nameForSetterMethod(MapperConfig<?> config, AnnotatedMethod method, String defaultNa… in nameForSetterMethod() method in TestNamingStrategyCustom.CStyleStrategy
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DPOJOPropertiesCollector.java912 … rename = naming.nameForSetterMethod(_config, prop.getSetter(), fullName.getSimpleName()); in _renameUsing()