Package com.hypixel.hytale.codec
Class DocumentContainingCodec<T>
java.lang.Object
com.hypixel.hytale.codec.function.BsonFunctionCodec<T>
com.hypixel.hytale.codec.DocumentContainingCodec<T>
- All Implemented Interfaces:
Codec<T>,RawJsonCodec<T>,SchemaConvertable<T>,WrappedCodec<T>
Deprecated.
-
Field Summary
Fields 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
ConstructorsConstructorDescriptionDocumentContainingCodec(BuilderCodec<T> codec, BiConsumer<T, org.bson.BsonDocument> setter, Function<T, org.bson.BsonDocument> getter) Deprecated. -
Method Summary
Methods inherited from class com.hypixel.hytale.codec.function.BsonFunctionCodec
decode, encode, getChildCodec, toSchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.codec.Codec
decode, decodeJson, encodeMethods inherited from interface com.hypixel.hytale.codec.RawJsonCodec
decodeJsonMethods inherited from interface com.hypixel.hytale.codec.schema.SchemaConvertable
toSchema
-
Constructor Details
-
DocumentContainingCodec
public DocumentContainingCodec(@Nonnull BuilderCodec<T> codec, @Nonnull BiConsumer<T, org.bson.BsonDocument> setter, @Nonnull Function<T, org.bson.BsonDocument> getter) Deprecated.
-