Package com.mclds.plugins.db.codec
Class EnumCodecProvider
java.lang.Object
com.mclds.plugins.db.codec.EnumCodecProvider
- All Implemented Interfaces:
org.bson.codecs.configuration.CodecProvider
public class EnumCodecProvider
extends Object
implements org.bson.codecs.configuration.CodecProvider
-
Constructor Details
-
EnumCodecProvider
public EnumCodecProvider()
-
-
Method Details
-
get
public <T> org.bson.codecs.Codec<T> get(Class<T> aClass, org.bson.codecs.configuration.CodecRegistry codecRegistry) - Specified by:
getin interfaceorg.bson.codecs.configuration.CodecProvider
-