interface PropertyDecoder<T extends PersistentProperty>
An interface for encoding PersistentProperty instances
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract void |
decode(BsonReader reader, T property, EntityAccess entityAccess, DecoderContext decoderContext, CodecRegistry codecRegistry)Decodes a persistent property using the given reader |
Decodes a persistent property using the given reader
reader - The BsonReaderproperty - The propertyentityAccess - Access to the entitydecoderContext - The decoder contextcodecRegistry - The code registry