class ServiceParam[T] extends JsonEncodableParam[Either[T, String]] with PythonWrappableParam[Either[T, String]]

Linear Supertypes
PythonWrappableParam[Either[T, String]], JsonEncodableParam[Either[T, String]], Param[Either[T, String]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceParam
  2. PythonWrappableParam
  3. JsonEncodableParam
  4. Param
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServiceParam(parent: Params, name: String, doc: String, isValid: (Either[T, String]) ⇒ Boolean = ParamValidators.alwaysTrue, isRequired: Boolean = false, isURLParam: Boolean = false, toValueString: (T) ⇒ String = x: T => x.toString)(implicit dataFormat: JsonFormat[T])

Type Members

  1. type InnerType = Either[T, String]
    Definition Classes
    PythonWrappableParam
  2. type ValueType = T

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ->(value: Either[T, String]): ParamPair[Either[T, String]]
    Definition Classes
    Param
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit val dataFormat: JsonFormat[T]
  8. val doc: String
    Definition Classes
    Param
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. final def equals(obj: Any): Boolean
    Definition Classes
    Param → AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit val format: JsonFormat[Either[T, String]]
    Definition Classes
    JsonEncodableParam
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def hashCode(): Int
    Definition Classes
    Param → AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isRequired: Boolean
  17. val isURLParam: Boolean
  18. val isValid: (Either[T, String]) ⇒ Boolean
    Definition Classes
    Param
  19. def jsonDecode(json: String): Either[T, String]
    Definition Classes
    JsonEncodableParam → Param
  20. def jsonEncode(value: Either[T, String]): String
    Definition Classes
    JsonEncodableParam → Param
  21. val name: String
    Definition Classes
    Param
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val parent: String
    Definition Classes
    Param
  26. def pyConstructorLine(v: Either[T, String]): String
    Definition Classes
    PythonWrappableParam
  27. def pyName(v: Either[T, String]): String
    Definition Classes
    ServiceParamPythonWrappableParam
  28. def pySetterLine(v: Either[T, String]): String
    Definition Classes
    PythonWrappableParam
  29. def pyValue(v: Either[T, String]): String
    Definition Classes
    ServiceParamPythonWrappableParam
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def toString(): String
    Definition Classes
    Param → AnyRef → Any
  32. val toValueString: (T) ⇒ String
  33. def w(value: Either[T, String]): ParamPair[Either[T, String]]
    Definition Classes
    Param
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PythonWrappableParam[Either[T, String]]

Inherited from JsonEncodableParam[Either[T, String]]

Inherited from Param[Either[T, String]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped