Package com.hypixel.hytale.codec.codecs
Class StringIntegerCodec
java.lang.Object
com.hypixel.hytale.codec.codecs.StringIntegerCodec
- All Implemented Interfaces:
Codec<Integer>,RawJsonCodec<Integer>,SchemaConvertable<Integer>
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIntegerCodecDeprecated.private static final PatternDeprecated.Fields inherited from interface com.hypixel.hytale.codec.Codec
BASE64_PATTERN, BOOLEAN, BSON_DOCUMENT, BYTE, BYTE_ARRAY, DOUBLE, DOUBLE_ARRAY, DURATION, DURATION_SECONDS, FLOAT, FLOAT_ARRAY, INSTANT, INT_ARRAY, INTEGER, LOG_LEVEL, LONG, LONG_ARRAY, PATH, SHORT, STRING, STRING_ARRAY, UUID_BINARY, UUID_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.decodeJson(RawJsonReader reader, ExtraInfo extraInfo) Deprecated.org.bson.BsonValueDeprecated.toSchema(SchemaContext context) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema
-
Field Details
-
INSTANCE
Deprecated. -
INTEGER_PATTERN
Deprecated.
-
-
Constructor Details
-
StringIntegerCodec
public StringIntegerCodec()Deprecated.
-
-
Method Details
-
decode
Deprecated. -
encode
Deprecated. -
decodeJson
@Nonnull public Integer decodeJson(@Nonnull RawJsonReader reader, ExtraInfo extraInfo) throws IOException Deprecated.- Specified by:
decodeJsonin interfaceCodec<Integer>- Specified by:
decodeJsonin interfaceRawJsonCodec<Integer>- Throws:
IOException
-
toSchema
Deprecated.- Specified by:
toSchemain interfaceSchemaConvertable<Integer>
-