Package | Description |
---|---|
elemental.js.json | |
elemental.json | |
elemental.json.impl |
Modifier and Type | Class and Description |
---|---|
class |
JsJsonBoolean
Client-side 'zero overhead' JSO implementation using extension method
technique.
|
Modifier and Type | Method and Description |
---|---|
JsonBoolean |
JsJsonFactory.create(boolean bool) |
static JsonBoolean |
JsJsonBoolean.create(boolean bool) |
Modifier and Type | Method and Description |
---|---|
JsonBoolean |
JsonFactory.create(boolean bool)
Create a JsonBoolean from a Java boolean.
|
static JsonBoolean |
Json.create(boolean bool) |
Modifier and Type | Class and Description |
---|---|
class |
JreJsonBoolean
Server-side implementation of JsonBoolean.
|
Modifier and Type | Method and Description |
---|---|
JsonBoolean |
JreJsonFactory.create(boolean bool) |
Copyright © 2018. All rights reserved.