@groovy.transform.CompileStatic class IdentityDecoder extends java.lang.Object implements PropertyDecoder<Identity>
A {@PropertyDecoder} capable of decoding the Identity
| Modifiers | Name | Description |
|---|---|---|
static interface |
IdentityDecoder.IdentityTypeDecoder |
| Modifiers | Name | Description |
|---|---|---|
static java.util.Map<BsonType, IdentityTypeDecoder> |
DEFAULT_DECODERS |
|
static java.util.Map<java.lang.Class, IdentityTypeDecoder> |
IDENTITY_DECODERS |
| Constructor and description |
|---|
IdentityDecoder() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
decode(BsonReader bsonReader, Identity property, EntityAccess access, DecoderContext decoderContext, CodecRegistry codecRegistry) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |