RuntimeGenericSurface

class RuntimeGenericSurface(val rawType: Class[_], val typeArgs: Seq[Surface], val params: Seq[Parameter], val outer: Option[AnyRef], isStatic: Boolean) extends GenericSurface with LogSupport

Used when we can use reflection to instantiate objects of this surface

trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Surface
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def withOuter(outer: AnyRef): Surface
Definition Classes

Inherited methods

Inherited from
Surface
inline protected
def debug(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def debug(inline message: Any): Unit
Inherited from
LoggingMethods
override
def equals(obj: Any): Boolean
Definition Classes
Inherited from
GenericSurface
inline protected
def error(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def error(inline message: Any): Unit
Inherited from
LoggingMethods
def fullName: String
Inherited from
GenericSurface
override
def hashCode(): Int
Definition Classes
Inherited from
GenericSurface
inline protected
def info(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def info(inline message: Any): Unit
Inherited from
LoggingMethods
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 isPrimitive: Boolean
Inherited from
GenericSurface
def isSeq: Boolean
Inherited from
Surface
inline protected
def logAt(inline logLevel: LogLevel, inline message: Any): Unit
Inherited from
LoggingMethods
def name: String
Inherited from
GenericSurface
override
def toString: String
Definition Classes
Inherited from
GenericSurface
inline protected
def trace(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def trace(inline message: Any): Unit
Inherited from
LoggingMethods
inline protected
def warn(inline message: Any, inline cause: Throwable): Unit
Inherited from
LoggingMethods
inline protected
def warn(inline message: Any): Unit
Inherited from
LoggingMethods

Concrete fields

override
val outer: Option[AnyRef]
override
val params: Seq[Parameter]
override
val rawType: Class[_]
override
val typeArgs: Seq[Surface]