case class ParamInfo[T <: Param[_]](pyType: String, pyTypeConverter: Option[String], rTypeConverter: Option[String], dotnetType: String, example: Any)(implicit evidence$1: ClassTag[T]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ParamInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ParamInfo(pyType: String, dotnetType: String, example: Any)(implicit arg0: ClassTag[T])
- new ParamInfo(pyType: String, typeConverterArg: String, rTypeConverterArg: String, dotnetType: String, example: Any)(implicit arg0: ClassTag[T])
- new ParamInfo(pyType: String, pyTypeConverter: Option[String], rTypeConverter: Option[String], dotnetType: String, example: Any)(implicit arg0: ClassTag[T])