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