Package com.fasterxml.jackson.jr.ob
-
Class Summary Class Description JacksonJrExtension Simple interface that processing additions can implement to be easily pluggable to main Jackson jr handler,JSON
.JSON Main entry point for functionality for reading and writing JSON and configuring details of reading and writing.JSON.Builder Builder class that needs to be used for certain kind of "static" configuration (settings that can not vary on per-call basis forJSON
), such as Extension registration.JSONComposer<T> Root-level composer object that acts as streaming "builder" object, using an underlyingJsonGenerator
object.JSONObjectException.Reference Simple bean class used to contain references.PackageVersion Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.ValueIterator<T> Iterator exposed byJSON
when binding sequence of objects. -
Enum Summary Enum Description JSON.Feature Simple on/off (enabled/disabled) features forJSON
; used for simple configuration aspects. -
Exception Summary Exception Description JSONObjectException Standard exception exposed by this package; equivalent ofcom.fasterxml.jackson.databind.JsonMappingException
(and, in fact, much of implementation came from that class, but had to be cut-n-pasted since we do not depend on databind package).