Class Float2ObjectMapCodec<T>
java.lang.Object
com.hypixel.hytale.codec.codecs.map.Float2ObjectMapCodec<T>
- All Implemented Interfaces:
Codec<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>>,RawJsonCodec<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>>,SchemaConvertable<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>>,WrappedCodec<T>
public class Float2ObjectMapCodec<T>
extends Object
implements Codec<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>>, WrappedCodec<T>
-
Field Summary
FieldsFields 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
ConstructorsConstructorDescriptionFloat2ObjectMapCodec(Codec<T> valueCodec, Supplier<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>> supplier) Float2ObjectMapCodec(Codec<T> valueCodec, Supplier<it.unimi.dsi.fastutil.floats.Float2ObjectMap<T>> supplier, boolean unmodifiable) -
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.floats.Float2ObjectMap<T> it.unimi.dsi.fastutil.floats.Float2ObjectMap<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
-
FLOAT_PATTERN
-
valueCodec
-
supplier
-
unmodifiable
private final boolean unmodifiable
-
-
Constructor Details
-
Float2ObjectMapCodec
-
Float2ObjectMapCodec
-
-
Method Details
-
getChildCodec
- Specified by:
getChildCodecin interfaceWrappedCodec<T>
-
decode
-
encode
-
decodeJson
public it.unimi.dsi.fastutil.floats.Float2ObjectMap<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>
-