Interface EnumType.EnumConstructor<T extends Codec>

  • Enclosing class:
    EnumType<T>

    public static interface EnumType.EnumConstructor<T extends Codec>
    • Method Summary

      Modifier and Type Method Description
      T newInstance​(java.lang.Object value, int index)  
    • Method Detail

      • newInstance

        T newInstance​(java.lang.Object value,
                      int index)