Interface GsonComponentSerializer.Provider
- 
- Enclosing interface:
- GsonComponentSerializer
 
 @Internal public static interface GsonComponentSerializer.ProviderAGsonComponentSerializerservice provider.- Since:
- 4.8.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull Consumer<GsonComponentSerializer.Builder>builder()Completes the building process ofGsonComponentSerializer.Builder.@NotNull GsonComponentSerializergson()Provides a standardGsonComponentSerializer.@NotNull GsonComponentSerializergsonLegacy()Provides a legacyGsonComponentSerializer.
 
- 
- 
- 
Method Detail- 
gson@Internal @NotNull @NotNull GsonComponentSerializer gson() Provides a standardGsonComponentSerializer.- Returns:
- a GsonComponentSerializer
- Since:
- 4.8.0
 
 - 
gsonLegacy@Internal @NotNull @NotNull GsonComponentSerializer gsonLegacy() Provides a legacyGsonComponentSerializer.- Returns:
- a GsonComponentSerializer
- Since:
- 4.8.0
 
 - 
builder@Internal @NotNull @NotNull Consumer<GsonComponentSerializer.Builder> builder() Completes the building process ofGsonComponentSerializer.Builder.- Returns:
- a Consumer
- Since:
- 4.8.0
 
 
- 
 
-