Home
last modified time | relevance | path

Searched refs:withTypeFactory (Results 1 – 2 of 2) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DBaseSettings.java245 public BaseSettings withTypeFactory(TypeFactory tf) { in withTypeFactory() method in BaseSettings
DMapperConfigBase.java437 return _withBase( _base.withTypeFactory(tf)); in with()