Uses of Class
dev.morphia.mapping.codec.pojo.EntityDecoder
-
Packages that use EntityDecoder Package Description dev.morphia.mapping.codec.pojo -
-
Uses of EntityDecoder in dev.morphia.mapping.codec.pojo
Subclasses of EntityDecoder in dev.morphia.mapping.codec.pojo Modifier and Type Class Description classLifecycleDecoder<T>Methods in dev.morphia.mapping.codec.pojo that return EntityDecoder Modifier and Type Method Description protected EntityDecoder<T>MorphiaCodec. getDecoder()Methods in dev.morphia.mapping.codec.pojo with parameters of type EntityDecoder Modifier and Type Method Description MorphiaCodec<T>MorphiaCodec. setDecoder(EntityDecoder<T> decoder)Sets the decoder
-