Class ServerAttribute<T>

java.lang.Object
net.swofty.server.attribute.ServerAttribute<T>
Direct Known Subclasses:
AttributeLong

public abstract class ServerAttribute<T> extends Object
  • Field Details

  • Constructor Details

    • ServerAttribute

      protected ServerAttribute(String key, T value, Serializer<T> serializer)
  • Method Details

    • getKey

      public String getKey()
    • getSerializedValue

      public String getSerializedValue() throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • deserializeValue

      public void deserializeValue(String json) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • setValue

      public void setValue(T value)