Interface JSONComponentSerializer.Provider
- Enclosing interface:
- JSONComponentSerializer
A
JSONComponentSerializer
service provider.- Since:
- 4.14.0
-
Method Summary
Modifier and TypeMethodDescription@NotNull Supplier<@NotNull JSONComponentSerializer.Builder>
builder()
Provide a supplier for builder builders ofJSONComponentSerializer
instances.@NotNull JSONComponentSerializer
instance()
Provides a standardJSONComponentSerializer
.
-
Method Details
-
instance
Provides a standardJSONComponentSerializer
.- Returns:
- a
JSONComponentSerializer
- Since:
- 4.14.0
-
builder
@Internal @PlatformAPI @NotNull @NotNull Supplier<@NotNull JSONComponentSerializer.Builder> builder()Provide a supplier for builder builders ofJSONComponentSerializer
instances.- Returns:
- a
JSONComponentSerializer
- Since:
- 4.14.0
-