java.lang.Object
com.hypixel.hytale.codec.codecs.map.MapCodec<V,M>
- All Implemented Interfaces:
Codec<Map<String,,V>> RawJsonCodec<Map<String,,V>> SchemaConvertable<Map<String,,V>> WrappedCodec<V>
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeJson(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
-
STRING_HASH_MAP_CODEC
-
codec
-
supplier
-
unmodifiable
private final boolean unmodifiable
-
-
Constructor Details
-
MapCodec
-
MapCodec
-
-
Method Details
-
getChildCodec
- Specified by:
getChildCodecin interfaceWrappedCodec<V>
-
decode
-
encode
-
decodeJson
public Map<String,V> decodeJson(@Nonnull RawJsonReader reader, @Nonnull ExtraInfo extraInfo) throws IOException - Specified by:
decodeJsonin interfaceCodec<V>- Specified by:
decodeJsonin interfaceRawJsonCodec<V>- Throws:
IOException
-
toSchema
- Specified by:
toSchemain interfaceSchemaConvertable<V>
-