| Package | Description |
|---|---|
| org.spincast.core.json | |
| org.spincast.plugins.gson | |
| org.spincast.plugins.jacksonjson |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPathUtilsDefault |
| Modifier and Type | Method and Description |
|---|---|
protected JsonPathUtils |
SpincastGsonManager.getJsonPathUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends JsonPathUtils> |
SpincastGsonPluginModule.getJsonPathUtilsImpl() |
| Constructor and Description |
|---|
SpincastGsonManager(com.google.gson.JsonDeserializer<JsonObject> jsonObjectDeserializer,
com.google.gson.JsonDeserializer<JsonArray> jsonArrayDeserializer,
com.google.gson.JsonSerializer<JsonObject> jsonObjectSerializer,
com.google.gson.JsonSerializer<JsonArray> jsonArraySerializer,
com.google.gson.JsonSerializer<Date> dateSerializer,
com.google.gson.JsonSerializer<Instant> instantSerializer,
com.google.gson.JsonSerializer<BigDecimal> bigDecimalSerializer,
com.google.gson.JsonSerializer<Enum<?>> enumSerializer,
com.google.gson.JsonSerializer<Class<?>> classSerializer,
JsonPathUtils jsonPathUtils,
JsonObjectFactory jsonObjectFactory,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
FormFactory formFactory,
com.google.inject.Provider<com.google.inject.Injector> guiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
protected JsonPathUtils |
SpincastJsonManager.getJsonPathUtils() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends JsonPathUtils> |
SpincastJacksonJsonPluginModule.getJsonPathUtilsImplClass() |
| Constructor and Description |
|---|
SpincastJsonManager(com.google.inject.Provider<com.google.inject.Injector> guiceProvider,
JsonObjectFactory jsonObjectFactory,
Set<JsonMixinInfo> jsonMixinInfos,
SpincastJsonManagerConfig spincastJsonManagerConfig,
SpincastConfig spincastConfig,
JsonPathUtils jsonPathUtils,
SpincastUtils spincastUtils,
FormFactory formFactory) |
Copyright © 2019. All rights reserved.