Package net.swofty.server.attribute
Class ServerAttribute<T>
java.lang.Object
net.swofty.server.attribute.ServerAttribute<T>
- Direct Known Subclasses:
AttributeLong
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ServerAttribute
(String key, T value, Serializer<T> serializer) -
Method Summary
-
Field Details
-
serializer
-
-
Constructor Details
-
ServerAttribute
-
-
Method Details
-
getKey
-
getSerializedValue
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
deserializeValue
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
setValue
-