| Package | Description |
|---|---|
| com.dslplatform.json |
| Modifier and Type | Class and Description |
|---|---|
static class |
DslJson.SimpleStringCache
Simplistic string cache implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected StringCache |
DslJson.keyCache |
protected StringCache |
DslJson.valuesCache |
| Modifier and Type | Method and Description |
|---|---|
DslJson.Settings<TContext> |
DslJson.Settings.useKeyCache(StringCache keyCache)
Use specific key cache implementation.
|
DslJson.Settings<TContext> |
DslJson.Settings.useStringValuesCache(StringCache valuesCache)
Use specific string values cache implementation.
|
| Constructor and Description |
|---|
DslJson(TContext context,
boolean javaSpecifics,
DslJson.Fallback<TContext> fallback,
boolean omitDefaults,
StringCache keyCache,
Iterable<Configuration> serializers)
Deprecated.
|
Copyright © 2023. All rights reserved.