EnumEntry

enumeratum.EnumEntry
See theEnumEntry companion object
trait EnumEntry

Base type for an enum entry for Enum

By default, the entryName method used for serialising and deserialising Enum values uses toString, but feel free to override to fit your needs.

Mix in the supplied stackable traits to convert the entryName to Snakecase, Uppercase, Lowercase etc.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes