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 Object
implements JSONComponentSerializer.Provider, Services.Fallback
Implementation of the JSON component serializer provider.
- Since:
- 4.14.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull Supplier<@NotNull JSONComponentSerializer.Builder>builder()@NotNull JSONComponentSerializerinstance()toString()
-
Constructor Details
-
JSONComponentSerializerProviderImpl
public JSONComponentSerializerProviderImpl()
-
-
Method Details
-
instance
- Specified by:
instancein interfaceJSONComponentSerializer.Provider
-
builder
- Specified by:
builderin interfaceJSONComponentSerializer.Provider
-
toString
-