Searched defs:withView (Results 1 – 5 of 5) sorted by relevance
322 public SerializationConfig withView(Class<?> view) { in withView() method in SerializationConfig
338 public DeserializationConfig withView(Class<?> view) { in withView() method in DeserializationConfig
580 public ObjectWriter withView(Class<?> view) { in withView() method in ObjectWriter
829 public ObjectReader withView(Class<?> activeView) { in withView() method in ObjectReader
552 public abstract T withView(Class<?> view); in withView() method in MapperConfigBase