@groovy.transform.CompileStatic class IdentityEncoder extends java.lang.Object implements PropertyEncoder<Identity>
A {@PropertyEncoder} capable of encoding the Identity
Constructor and description |
---|
IdentityEncoder
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
encode(org.bson.BsonWriter writer, Identity property, java.lang.Object id, EntityAccess parentAccess, org.bson.codecs.EncoderContext encoderContext, org.bson.codecs.configuration.CodecRegistry codecRegistry) |
|
protected java.lang.String |
getIdentifierName(Identity property) |
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() |