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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.bson.codecs.Codec<T>
    get(Class<T> aClass, org.bson.codecs.configuration.CodecRegistry codecRegistry)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.bson.codecs.configuration.CodecProvider

    get
  • 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:
      get in interface org.bson.codecs.configuration.CodecProvider