| Modifier and Type | Class and Description |
|---|---|
static class |
Json.DefaultFactory |
| Modifier and Type | Field and Description |
|---|---|
static Json.Factory |
Json.defaultFactory |
| Modifier and Type | Method and Description |
|---|---|
static Json.Factory |
Json.factory()
Return the
Json.Factory currently in effect. |
| Modifier and Type | Method and Description |
|---|---|
static void |
Json.attachFactory(Json.Factory factory)
Attach a thread-local Json
Json.Factory to be used specifically by this thread. |
static void |
Json.setGlobalFactory(Json.Factory factory)
Specify a global Json
Json.Factory to be used by all threads that don't have a
specific thread-local factory attached to them. |
Copyright © 2017. All rights reserved.