| Method and Description |
|---|
| com.fasterxml.jackson.jr.ob.ValueIterator.getCurrentLocation()
Since 2.17 use
ValueIterator.currentLocation() instead |
| com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec.getJsonFactory() |
| com.fasterxml.jackson.jr.ob.JSON.with(JsonFactory)
Since 2.11 should not try changing underlying stream factory but create
a new instance if necessary: method will be removed from 3.0 at latest
|
| com.fasterxml.jackson.jr.ob.JSON.with(JSONReader)
Since 2.11 should try using builder (see
JSON.builder() and create
properly configured instance |
| com.fasterxml.jackson.jr.ob.JSON.with(JSONWriter)
Since 2.11 should try using builder (see
JSON.builder() and create
properly configured instance |
| com.fasterxml.jackson.jr.ob.JSON.with(ReaderWriterProvider)
Since 2.11 should register using
JacksonJrExtension |
| com.fasterxml.jackson.jr.ob.JSON.with(TreeCodec)
Since 2.11 should try using builder (see
JSON.builder() and create
properly configured instance |
Copyright © 2024 FasterXML. All rights reserved.