EnumSurface

case class EnumSurface(rawType: Class[_], stringExtractor: (Class[_], String) => Option[Any]) extends GenericSurface
trait Product
trait Equals
trait Surface
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from
Surface
override def equals(obj: Any): Boolean
Definition Classes
Inherited from
GenericSurface
def fullName: String
Inherited from
GenericSurface
override def hashCode(): Int
Definition Classes
Inherited from
GenericSurface
def isAlias: Boolean
Inherited from
GenericSurface
def isOption: Boolean
Inherited from
GenericSurface
def isPrimitive: Boolean
Inherited from
GenericSurface
def isSeq: Boolean
Inherited from
Surface
def name: String
Inherited from
GenericSurface
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override def toString: String
Definition Classes
Inherited from
GenericSurface

Inherited fields

override val objectFactory: Option[ObjectFactory]
Inherited from
GenericSurface
val params: Seq[Parameter]
Inherited from
GenericSurface
val typeArgs: Seq[Surface]
Inherited from
GenericSurface