Interface InheritCodec<T>

All Superinterfaces:
Codec<T>, RawJsonCodec<T>, RawJsonInheritCodec<T>, SchemaConvertable<T>
All Known Subinterfaces:
AssetCodec<K,T>
All Known Implementing Classes:
ACodecMapCodec, AssetBuilderCodec, AssetCodecMapCodec, BuilderCodec, BuilderCodecMapCodec, CodecMapCodec, ObjectCodecMapCodec, StringCodecMapCodec

public interface InheritCodec<T> extends Codec<T>, RawJsonInheritCodec<T>
  • Method Details

    • decodeAndInherit

      @Nullable T decodeAndInherit(org.bson.BsonDocument var1, T var2, ExtraInfo var3)
    • decodeAndInherit

      void decodeAndInherit(org.bson.BsonDocument var1, T var2, T var3, ExtraInfo var4)