Class WeightedMapCodec<T extends IWeightedElement>
java.lang.Object
com.hypixel.hytale.server.core.codec.WeightedMapCodec<T>
- All Implemented Interfaces:
Codec<IWeightedMap<T>>,RawJsonCodec<IWeightedMap<T>>,SchemaConvertable<IWeightedMap<T>>,WrappedCodec<T>
public class WeightedMapCodec<T extends IWeightedElement>
extends Object
implements Codec<IWeightedMap<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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecodeJson(RawJsonReader reader, ExtraInfo extraInfo) org.bson.BsonValueencode(IWeightedMap<T> map, ExtraInfo extraInfo) toSchema(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
-
codec
-
emptyKeys
-
-
Constructor Details
-
WeightedMapCodec
-
-
Method Details
-
getChildCodec
- Specified by:
getChildCodecin interfaceWrappedCodec<T extends IWeightedElement>
-
decode
- Specified by:
decodein interfaceCodec<T extends IWeightedElement>
-
encode
- Specified by:
encodein interfaceCodec<T extends IWeightedElement>
-
decodeJson
public IWeightedMap<T> decodeJson(@Nonnull RawJsonReader reader, @Nonnull ExtraInfo extraInfo) throws IOException - Specified by:
decodeJsonin interfaceCodec<T extends IWeightedElement>- Specified by:
decodeJsonin interfaceRawJsonCodec<T extends IWeightedElement>- Throws:
IOException
-
toSchema
- Specified by:
toSchemain interfaceSchemaConvertable<T extends IWeightedElement>
-