case class JsonWrite(name: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, scheme: Either[LayoutScheme, LayoutDefinition], profile: Option[String] = scala.None, type: PipelineExprType) extends Write with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonWrite
- Serializable
- Serializable
- Product
- Equals
- Write
- PipelineExpr
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonWrite(name: String, uri: String, keyIndexMethod: PipelineKeyIndexMethod, scheme: Either[LayoutScheme, LayoutDefinition], profile: Option[String] = scala.None, type: PipelineExprType)
Value Members
- val keyIndexMethod: PipelineKeyIndexMethod
- val name: String
- val profile: Option[String]
- val scheme: Either[LayoutScheme, LayoutDefinition]
-
val
type: PipelineExprType
- Definition Classes
- JsonWrite → PipelineExpr
- val uri: String
-
def
~(other: Option[PipelineExpr]): PipelineConstructor
- Definition Classes
- PipelineExpr
-
def
~(other: PipelineExpr): PipelineConstructor
- Definition Classes
- PipelineExpr