case class JsonFormatting(indentSize: commons.OptArg[Int] = OptArg.Empty, afterColon: Int = 0) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonFormatting
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsonFormatting(indentSize: commons.OptArg[Int] = OptArg.Empty, afterColon: Int = 0)
Value Members
- val afterColon: Int
- val indentSize: commons.OptArg[Int]