Parameter

trait Parameter extends ParameterBase
trait Serializable
class Object
trait Matchable
class Any

Value members

Abstract methods

def get(x: Any): Any

Get this parameter value from a given object x

Get this parameter value from a given object x

def getDefaultValue: Option[Any]

Get the default value of this parameter. For example the default value of x in class A(x:Int = 10) is 10

Get the default value of this parameter. For example the default value of x in class A(x:Int = 10) is 10

def index: Int
def isRequired: Boolean

Returns true if this parameter has @required annotation

Returns true if this parameter has @required annotation

def isSecret: Boolean

Returns true if this parameter has @required annotation

Returns true if this parameter has @required annotation

def name: String

Surface for representing this parameter type

Surface for representing this parameter type

Concrete methods

override def call(obj: Any, x: Any*): Any
Definition Classes