Uses of Package
com.fasterxml.jackson.jr.ob
-
Packages that use com.fasterxml.jackson.jr.ob Package Description com.fasterxml.jackson.jr.ob com.fasterxml.jackson.jr.ob.impl -
Classes in com.fasterxml.jackson.jr.ob used by com.fasterxml.jackson.jr.ob Class Description JSON Main entry point for functionality.JSON.Feature Simple on/off (enabled/disabled) features forJSON
; used for simple configuration aspects.JSONComposer Root-level composer object that acts as streaming "builder" object, using an underlyingJsonGenerator
object.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).JSONObjectException.Reference Simple bean class used to contain references. -
Classes in com.fasterxml.jackson.jr.ob used by com.fasterxml.jackson.jr.ob.impl Class Description JSON Main entry point for functionality.JSON.Feature Simple on/off (enabled/disabled) features forJSON
; used for simple configuration aspects.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).