Uses of Interface
mjson.Json.Factory
Packages that use Json.Factory
Package
Description
The library in this package has been copied directly from https://github.com/bolerio/mjson
We want to avoid dependencies.
-
Uses of Json.Factory in mjson
Classes in mjson that implement Json.FactoryFields in mjson declared as Json.FactoryMethods in mjson that return Json.FactoryModifier and TypeMethodDescriptionstatic Json.FactoryJson.factory()Return theJson.Factorycurrently in effect.Methods in mjson with parameters of type Json.FactoryModifier and TypeMethodDescriptionstatic voidJson.attachFactory(Json.Factory factory) Attach a thread-local JsonJson.Factoryto be used specifically by this thread.static voidJson.setGlobalFactory(Json.Factory factory) Specify a global JsonJson.Factoryto be used by all threads that don't have a specific thread-local factory attached to them.