Class JSONComponentSerializerProviderImpl
- java.lang.Object
-
- net.kyori.adventure.text.serializer.gson.impl.JSONComponentSerializerProviderImpl
-
- All Implemented Interfaces:
JSONComponentSerializer.Provider
,Services.Fallback
@Internal @AutoService(net.kyori.adventure.text.serializer.json.JSONComponentSerializer.Provider.class) public final class JSONComponentSerializerProviderImpl extends java.lang.Object implements JSONComponentSerializer.Provider, Services.Fallback
Implementation of the JSON component serializer provider.- Since:
- 4.14.0
-
-
Constructor Summary
Constructors Constructor Description JSONComponentSerializerProviderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.util.function.Supplier<@NotNull JSONComponentSerializer.Builder>
builder()
@NotNull JSONComponentSerializer
instance()
java.lang.String
toString()
-
-
-
Method Detail
-
instance
@NotNull public @NotNull JSONComponentSerializer instance()
- Specified by:
instance
in interfaceJSONComponentSerializer.Provider
-
builder
@NotNull public @NotNull java.util.function.Supplier<@NotNull JSONComponentSerializer.Builder> builder()
- Specified by:
builder
in interfaceJSONComponentSerializer.Provider
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-