| Package | Description |
|---|---|
| org.spincast.core.guice | |
| org.spincast.core.json | |
| org.spincast.plugins.jacksonjson |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IJsonObjectImmutable> |
SpincastCoreGuiceModule.getJsonObjectImmutableImplClass() |
| Modifier and Type | Class and Description |
|---|---|
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).
|
| Modifier and Type | Method and Description |
|---|---|
IJsonObjectImmutable |
IJsonManager.createImmutable(IJsonObject jsonObject)
Make a
IJsonObject immutable, no element
could be added or removed on it. |
IJsonObjectImmutable |
IJsonObjectFactory.createImmutable(Map<String,Object> immutableMapAndChildren)
Create a IJsonObject that is flagged as immutable.
|
| Modifier and Type | Method and Description |
|---|---|
IJsonObjectImmutable |
SpincastJsonManager.createImmutable(IJsonObject jsonObject) |
Copyright © 2016. All rights reserved.