Class CodecHelpers


  • public class CodecHelpers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CodecHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends enumeratum.EnumEntry>
      io.bullet.borer.Codec<T>
      enumCodec​(enumeratum.Enum<T> evidence$1)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodecHelpers

        public CodecHelpers()
    • Method Detail

      • enumCodec

        public static <T extends enumeratum.EnumEntry> io.bullet.borer.Codec<T> enumCodec​(enumeratum.Enum<T> evidence$1)