Method and Description |
---|
com.fasterxml.jackson.jr.ob.impl.JSONAsObjectCodec.getJsonFactory() |
com.fasterxml.jackson.jr.ob.impl.POJODefinition.properties() |
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 |
Constructor and Description |
---|
com.fasterxml.jackson.jr.ob.impl.BeanReader(Class<?>, Map<String, BeanPropertyReader>, Constructor<?>, Constructor<?>, Constructor<?>) |
Copyright © 2020 FasterXML. All rights reserved.