| Package | Description |
|---|---|
| org.spincast.core.json |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJsonArrayImmutable
Flag that indicate that the
IJsonArray
is immutable. |
interface |
IJsonObjectImmutable
Flag that indicate that the
IJsonObject
is immutable. |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonArrayImmutable
This classe wraps a immutable List : it is used to
have an instance of IJsonArray that can be validated
as immutable (instanceof IJsonArrayImmutable).
|
class |
JsonObjectImmutable
This classe wraps a immutable Map : it is used to
have an instance of IJsonObject that can be validated
as immutable (instanceof IJsonObjectImmutable).
|
Copyright © 2016. All rights reserved.