prettyToString

final case class prettyToString(standard: Boolean) extends ConstantAnnotation
Value parameters:
standard

default is false. If standard is true, call toString yields Test(field1=value1,field2=value2). Otherwise, call toString yields {"field1":"value1","field2":"value2"}.

Version:

1.0,2023/3/28

trait Serializable
trait Product
trait Equals
trait ConstantAnnotation
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product