PrimitiveSurface

sealed abstract class PrimitiveSurface(rawType: Class[_]) extends GenericSurface
trait Surface
trait Serializable
class Object
trait Matchable
class Any
object BigInt.type
object BigInteger.type
object Boolean.type
object Byte.type
object Char.type
object Double.type
object Float.type
object Int.type
object Long.type
object Short.type
object String.type
object Unit.type

Value members

Concrete methods

override def isPrimitive: Boolean
Definition Classes

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 isArray: Boolean
Inherited from:
Surface
def isMap: Boolean
Inherited from:
Surface
def isOption: Boolean
Inherited from:
GenericSurface
def isSeq: Boolean
Inherited from:
Surface
def name: String
Inherited from:
GenericSurface
override def toString: String
Definition Classes
Inherited from:
GenericSurface
def withOuter(outer: AnyRef): Surface
Inherited from:
Surface

Inherited fields

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