Uses of Interface
org.spincast.core.json.JsonObjectFactory
Packages that use JsonObjectFactory
Package
Description
-
Uses of JsonObjectFactory in org.spincast.plugins.gson
Methods in org.spincast.plugins.gson that return JsonObjectFactoryModifier and TypeMethodDescriptionprotected JsonObjectFactorySpincastGsonManager.getJsonObjectFactory()Constructors in org.spincast.plugins.gson with parameters of type JsonObjectFactoryModifierConstructorDescriptionSpincastGsonManager(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, com.google.gson.JsonSerializer<Throwable> throwableSerializer, JsonPathUtils jsonPathUtils, JsonObjectFactory jsonObjectFactory, SpincastConfig spincastConfig, SpincastUtils spincastUtils, FormFactory formFactory, com.google.inject.Provider<com.google.inject.Injector> guiceProvider) -
Uses of JsonObjectFactory in org.spincast.plugins.gson.serializers
Methods in org.spincast.plugins.gson.serializers that return JsonObjectFactoryModifier and TypeMethodDescriptionprotected JsonObjectFactoryEnumSerializer.getJsonObjectFactory()protected JsonObjectFactoryJsonArrayDeserializer.getJsonObjectFactory()protected JsonObjectFactoryJsonObjectDeserializer.getJsonObjectFactory()protected JsonObjectFactoryThrowableSerializer.getJsonObjectFactory()Constructors in org.spincast.plugins.gson.serializers with parameters of type JsonObjectFactoryModifierConstructorDescriptionEnumSerializer(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer) JsonArrayDeserializer(JsonObjectFactory jsonObjectFactory, com.google.inject.Provider<SpincastGsonManager> spincastGsonManagerProvider) JsonObjectDeserializer(JsonObjectFactory jsonObjectFactory) ThrowableSerializer(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer) -
Uses of JsonObjectFactory in org.spincast.plugins.jacksonjson
Methods in org.spincast.plugins.jacksonjson that return JsonObjectFactoryModifier and TypeMethodDescriptionprotected JsonObjectFactorySpincastJsonManager.getJsonObjectFactory()Constructors in org.spincast.plugins.jacksonjson with parameters of type JsonObjectFactoryModifierConstructorDescriptionSpincastJsonManager(com.google.inject.Provider<com.google.inject.Injector> guiceProvider, JsonObjectFactory jsonObjectFactory, Set<JsonMixinInfo> jsonMixinInfos, SpincastJsonManagerConfig spincastJsonManagerConfig, SpincastConfig spincastConfig, JsonPathUtils jsonPathUtils, SpincastUtils spincastUtils, FormFactory formFactory)