@groovy.transform.CompileStatic class EmbeddedCollectionEncoder extends java.lang.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(org.bson.codecs.configuration.CodecRegistry codecRegistry, PersistentEntity associatedEntity) |
|
void |
encode(org.bson.BsonWriter writer, EmbeddedCollection property, java.lang.Object value, EntityAccess parentAccess, org.bson.codecs.EncoderContext encoderContext, org.bson.codecs.configuration.CodecRegistry codecRegistry) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |