Package com.hypixel.hytale.codec.lookup
Class MapProvidedMapCodec<V,P>
java.lang.Object
com.hypixel.hytale.codec.lookup.AMapProvidedMapCodec<String,V,P,Map<String,V>>
com.hypixel.hytale.codec.lookup.MapProvidedMapCodec<V,P>
- All Implemented Interfaces:
Codec<Map<String,,V>> RawJsonCodec<Map<String,,V>> SchemaConvertable<Map<String,,V>> ValidatableCodec<Map<String,V>>
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.codec.lookup.AMapProvidedMapCodec
codecProvider, mapper, unmodifiableFields 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
Methods inherited from class com.hypixel.hytale.codec.lookup.AMapProvidedMapCodec
decode, decodeJson, encode, encodeExtra, handleUnknown, handleUnknown, toSchema, validate, validateDefaultsMethods 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
-
supplier
-
-
Constructor Details
-
MapProvidedMapCodec
-
MapProvidedMapCodec
-
-
Method Details
-
createMap
-
getIdForKey
- Specified by:
getIdForKeyin classAMapProvidedMapCodec<String,V, P, Map<String, V>>
-
getKeyForId
- Specified by:
getKeyForIdin classAMapProvidedMapCodec<String,V, P, Map<String, V>>
-
emptyMap
-
unmodifiableMap
- Specified by:
unmodifiableMapin classAMapProvidedMapCodec<String,V, P, Map<String, V>>
-