| Package | Description |
|---|---|
| org.spincast.core.guice | |
| org.spincast.core.json | |
| org.spincast.plugins.jacksonjson |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IJsonArrayImmutable> |
SpincastCoreGuiceModule.getJsonArrayImmutableImplClass() |
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
IJsonArrayImmutable |
IJsonManager.createArrayImmutable(IJsonArray jsonArray)
Make a
IJsonArray immutable, no element
could be added or removed on it. |
IJsonArrayImmutable |
IJsonObjectFactory.createArrayImmutable(List<Object> immutableListAndChildren)
Create a IJsonArray that is flagged as immutable.
|
| Modifier and Type | Method and Description |
|---|---|
IJsonArrayImmutable |
SpincastJsonManager.createArrayImmutable(IJsonArray jsonArray) |
Copyright © 2016. All rights reserved.