class CustomTypeDecoder extends java.lang.Object implements PropertyDecoder<Custom>
A {@PropertyDecoder} capable of decoding {@Custom} types
| Constructor and description |
|---|
CustomTypeDecoder
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
decode(BsonReader reader, Custom property, EntityAccess entityAccess, DecoderContext decoderContext, CodecRegistry codecRegistry) |
|
protected static void |
decode(CodecRegistry codecRegistry, BsonReader reader, DecoderContext decoderContext, CustomTypeMarshaller marshaller, PersistentProperty property, EntityAccess entityAccess) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |