Searched refs:withClassIntrospector (Results 1 – 3 of 3) sorted by relevance
200 public BaseSettings withClassIntrospector(ClassIntrospector ci) { in withClassIntrospector() method in BaseSettings
378 return _withBase(_base.withClassIntrospector(ci)); in with()
634 BaseSettings base = DEFAULT_BASE.withClassIntrospector(defaultClassIntrospector()); in ObjectMapper()