Uses of Interface
mjson.Json.Factory
-
-
Uses of Json.Factory in mjson
Classes in mjson that implement Json.Factory Modifier and Type Class Description static classJson.DefaultFactoryFields in mjson declared as Json.Factory Modifier and Type Field Description static Json.FactoryJson. defaultFactoryMethods in mjson that return Json.Factory Modifier and Type Method Description static Json.FactoryJson. factory()Return theJson.Factorycurrently in effect.Methods in mjson with parameters of type Json.Factory Modifier and Type Method Description static 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.
-