EnumValue

smithy4s.schema.EnumValue
case class EnumValue[E](stringValue: String, intValue: Int, value: E, name: String, hints: Hints)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[A](f: E => A): EnumValue[A]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product