| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.ob | |
| com.fasterxml.jackson.jr.ob.api | |
| com.fasterxml.jackson.jr.ob.impl |
| Class and 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 for
JSON), such as
Extension registration. |
| JSON.Feature
Simple on/off (enabled/disabled) features for
JSON; used for simple
configuration aspects. |
| JSONComposer
Root-level composer object that acts as streaming "builder"
object, using an underlying
JsonGenerator object. |
| JSONObjectException
Standard exception exposed by this package; equivalent of
com.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). |
| JSONObjectException.Reference
Simple bean class used to contain references.
|
| ValueIterator
Iterator exposed by
JSON when binding sequence of
objects. |
| Class and Description |
|---|
| JSON.Feature
Simple on/off (enabled/disabled) features for
JSON; used for simple
configuration aspects. |
| JSONObjectException
Standard exception exposed by this package; equivalent of
com.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). |
| Class and Description |
|---|
| JSON
Main entry point for functionality for reading and writing JSON
and configuring details of reading and writing.
|
| JSON.Feature
Simple on/off (enabled/disabled) features for
JSON; used for simple
configuration aspects. |
| JSONObjectException
Standard exception exposed by this package; equivalent of
com.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). |
Copyright © 2022 FasterXML. All rights reserved.