Class JSONComponentSerializerProviderImpl
- java.lang.Object
-
- net.kyori.adventure.text.serializer.gson.JSONComponentSerializerProviderImpl
-
- All Implemented Interfaces:
JSONComponentSerializer.Provider,net.kyori.adventure.util.Services.Fallback
@Internal public final class JSONComponentSerializerProviderImpl extends java.lang.Object implements JSONComponentSerializer.Provider, net.kyori.adventure.util.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 JSONComponentSerializerinstance()java.lang.StringtoString()
-
-
-
Method Detail
-
instance
@NotNull public @NotNull JSONComponentSerializer instance()
- Specified by:
instancein interfaceJSONComponentSerializer.Provider
-
builder
@NotNull public @NotNull java.util.function.Supplier<@NotNull JSONComponentSerializer.Builder> builder()
- Specified by:
builderin interfaceJSONComponentSerializer.Provider
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-