wesbillman
enum class TestEnum(val value: Int) { TEST(0); @JsonValue fun toValue(): Int { return value } }