Index
All Classes and Interfaces|All Packages
C
- customize(GsonBuilder) - Method in interface org.springframework.boot.gson.autoconfigure.GsonBuilderCustomizer
-
Customize the GsonBuilder.
G
- getDateFormat() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getDisableHtmlEscaping() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getDisableInnerClassSerialization() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getEnableComplexMapKeySerialization() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getExcludeFieldsWithoutExposeAnnotation() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getFieldNamingPolicy() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getGenerateNonExecutableJson() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getLongSerializationPolicy() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getPrettyPrinting() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getSerializeNulls() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- getStrictness() - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- GsonAutoConfiguration - Class in org.springframework.boot.gson.autoconfigure
-
Auto-configurationfor Gson. - GsonAutoConfiguration() - Constructor for class org.springframework.boot.gson.autoconfigure.GsonAutoConfiguration
- GsonBuilderCustomizer - Interface in org.springframework.boot.gson.autoconfigure
-
Callback interface that can be implemented by beans wishing to customize the
GsonBuilderto fine-tune its auto-configuration before it creates aGsoninstance. - GsonProperties - Class in org.springframework.boot.gson.autoconfigure
-
Configuration properties to configure
Gson. - GsonProperties() - Constructor for class org.springframework.boot.gson.autoconfigure.GsonProperties
- GsonProperties.Strictness - Enum Class in org.springframework.boot.gson.autoconfigure
-
Enumeration of levels of strictness.
L
- LEGACY_STRICT - Enum constant in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Strict compliance with some small deviations for legacy reasons.
- LENIENT - Enum constant in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Lenient compliance.
O
- org.springframework.boot.gson.autoconfigure - package org.springframework.boot.gson.autoconfigure
-
Auto-configuration for GSON.
S
- setDateFormat(String) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setDisableHtmlEscaping(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setDisableInnerClassSerialization(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setEnableComplexMapKeySerialization(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setExcludeFieldsWithoutExposeAnnotation(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setFieldNamingPolicy(FieldNamingPolicy) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setGenerateNonExecutableJson(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setLenient(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setLongSerializationPolicy(LongSerializationPolicy) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setPrettyPrinting(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setSerializeNulls(Boolean) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- setStrictness(GsonProperties.Strictness) - Method in class org.springframework.boot.gson.autoconfigure.GsonProperties
- STRICT - Enum constant in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Strict compliance.
V
- valueOf(String) - Static method in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.boot.gson.autoconfigure.GsonProperties.Strictness
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages