Package de.bild.codec
Class EnumCodecProvider
java.lang.Object
de.bild.codec.EnumCodecProvider
- All Implemented Interfaces:
org.bson.codecs.configuration.CodecProvider
public class EnumCodecProvider
extends Object
implements org.bson.codecs.configuration.CodecProvider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EnumCodecProvider
public EnumCodecProvider()
-
-
Method Details
-
get
public <T> org.bson.codecs.Codec<T> get(Class<T> clazz, org.bson.codecs.configuration.CodecRegistry registry) - Specified by:
getin interfaceorg.bson.codecs.configuration.CodecProvider
-