Options

case class Options(trim: Boolean, debug: Boolean) extends StaticAnnotation

Case class level options for parsing.

Value parameters:
debug

if true, print debugging info to std otherwise nothing

trim

if true, strings are trimmed otherwise left unchanged

trait Serializable
trait Product
trait Equals
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