@CompileStatic class EmbeddedCollectionEncoder extends Object implements PropertyEncoder<EmbeddedCollection>
A {@PropertyEncoder} capable of encoding {@EmbeddedCollection} collection types
| Constructor and description |
|---|
EmbeddedCollectionEncoder() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected BsonPersistentEntityCodec |
createEmbeddedEntityCodec(CodecRegistry codecRegistry, PersistentEntity associatedEntity) |
|
void |
encode(BsonWriter writer, EmbeddedCollection property, Object value, EntityAccess parentAccess, EncoderContext encoderContext, CodecRegistry codecRegistry) |