Class Short2ObjectMapCodec<T>
java.lang.Object
com.hypixel.hytale.codec.codecs.map.Short2ObjectMapCodec<T>
- All Implemented Interfaces:
Codec<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>>,RawJsonCodec<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>>,SchemaConvertable<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>>,WrappedCodec<T>
public class Short2ObjectMapCodec<T>
extends Object
implements Codec<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>>, WrappedCodec<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanFields 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
ConstructorsConstructorDescriptionShort2ObjectMapCodec(Codec<T> valueCodec, Supplier<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>> supplier) Short2ObjectMapCodec(Codec<T> valueCodec, Supplier<it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T>> supplier, boolean unmodifiable) -
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.shorts.Short2ObjectMap<T> it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T> decodeJson(RawJsonReader reader, ExtraInfo extraInfo) org.bson.BsonValuetoSchema(SchemaContext context) 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
-
valueCodec
-
supplier
-
unmodifiable
private final boolean unmodifiable
-
-
Constructor Details
-
Short2ObjectMapCodec
-
Short2ObjectMapCodec
-
-
Method Details
-
getChildCodec
- Specified by:
getChildCodecin interfaceWrappedCodec<T>
-
decode
-
encode
-
decodeJson
public it.unimi.dsi.fastutil.shorts.Short2ObjectMap<T> decodeJson(@Nonnull RawJsonReader reader, @Nonnull ExtraInfo extraInfo) throws IOException - Specified by:
decodeJsonin interfaceCodec<T>- Specified by:
decodeJsonin interfaceRawJsonCodec<T>- Throws:
IOException
-
toSchema
- Specified by:
toSchemain interfaceSchemaConvertable<T>
-