Package dev.morphia.mapping.codec.pojo
Interface PropertyHandler
-
- All Known Implementing Classes:
MorphiaReferenceCodec
,ReferenceCodec
@MorphiaInternal public interface PropertyHandler
- Since:
- 2.0
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
encode(Object value)
Encodes the value
-