ParamSupport

class Object
trait Matchable
class Any

Value members

Concrete methods

final protected
def attribute(name: String): Any
final protected
def attribute[T](name: String, clazz: Class[T]): T
final protected
def get(paramName: String): Option[String]
final protected
def get[T](paramName: String, defaultValue: T): T
final protected
def get[T](name: String, clazz: Class[T]): Option[T]
final protected
def getAll(paramName: String): Iterable[Any]
final protected
def getAll[T : ClassTag](paramName: String, clazz: Class[T]): Iterable[T]
final protected
def getBoolean(name: String): Option[Boolean]
final protected
def getBoolean(name: String, defaultValue: Boolean): Boolean
final protected
def getDate(name: String): Option[LocalDate]
final protected
def getDateTime(name: String): Option[LocalDateTime]
final protected
def getFloat(name: String): Option[Float]
final protected
def getInstant(name: String): Option[Instant]
final protected
def getInt(name: String): Option[Int]
final protected
def getInt(name: String, defaultValue: Int): Int
final protected
def getLong(name: String): Option[Long]
final protected
def getShort(name: String): Option[Short]
final protected
def put(key: String, value: Any): Unit