default

confuse.package$.default$

Attributes

Graph
Supertypes
trait StandardStringReaders
trait LowPrioStringReaders
trait StringReaderApi
trait ParserApi
class Object
trait Matchable
class Any
Self type
default.type

Members list

Concise view

Type members

Inherited classlikes

object LocalDateReader extends StringReader[LocalDate]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalDate]
class Object
trait Matchable
class Any
object LocalDateTimeReader extends StringReader[LocalDateTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalDateTime]
class Object
trait Matchable
class Any
object LocalTime extends StringReader[LocalTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[LocalTime]
class Object
trait Matchable
class Any
object Parser

Attributes

Inherited from:
ParserApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait Parser[A]

Attributes

Inherited from:
ParserApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ProductParser[A]
object arrParser.type
object cfgParser.type
object strParser.type
object valueParser.type
case class ProductParser[A](fieldNames: Seq[String], fieldDefaults: Seq[Option[() => ]], fieldParsers: Seq[Parser[_]], instantiate: Seq[_] => A) extends Parser[A]

Attributes

Inherited from:
DerivationApi
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Parser[A]
class Object
trait Matchable
class Any
object RangeReader extends StringReader[Range]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Range]
class Object
trait Matchable
class Any

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
trait StringReader[A]

Attributes

Inherited from:
StringReaderApi
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object LocalDateReader.type
object LocalTime.type
object RangeReader.type
object absPathReader.type
object booleanReader.type
object doubleReader.type
object durationReader.type
object floatReader.type
object instantReader.type
object jFileReader.type
object jPathReader.type
object pathReader.type
object relPathReader.type
object stringReader.type
object subPathReader.type
object absPathReader extends StringReader[Path]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
object arrParser extends Parser[Arr]

Attributes

Inherited from:
StandardParsers
Graph
Supertypes
trait Parser[Arr]
class Object
trait Matchable
class Any
object booleanReader extends StringReader[Boolean]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Boolean]
class Object
trait Matchable
class Any
object cfgParser extends Parser[Config]

Attributes

Inherited from:
StandardParsers
Graph
Supertypes
trait Parser[Config]
class Object
trait Matchable
class Any
object doubleReader extends StringReader[Double]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Double]
class Object
trait Matchable
class Any
object durationReader extends StringReader[Duration]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Duration]
class Object
trait Matchable
class Any
object finiteDurationReader extends StringReader[FiniteDuration]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[FiniteDuration]
class Object
trait Matchable
class Any
object floatReader extends StringReader[Float]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Float]
class Object
trait Matchable
class Any
object instantReader extends StringReader[Instant]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Instant]
class Object
trait Matchable
class Any
object jFileReader extends StringReader[File]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[File]
class Object
trait Matchable
class Any
object jPathReader extends StringReader[Path]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[Path]
class Object
trait Matchable
class Any
object pathReader extends StringReader[FilePath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[FilePath]
class Object
trait Matchable
class Any
object relPathReader extends StringReader[RelPath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[RelPath]
class Object
trait Matchable
class Any
object strParser extends Parser[Str]

Attributes

Inherited from:
StandardParsers
Graph
Supertypes
trait Parser[Str]
class Object
trait Matchable
class Any
object stringReader extends StringReader[String]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[String]
class Object
trait Matchable
class Any
object subPathReader extends StringReader[SubPath]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[SubPath]
class Object
trait Matchable
class Any
object valueParser extends Parser[Value]

Attributes

Inherited from:
StandardParsers
Graph
Supertypes
trait Parser[Value]
class Object
trait Matchable
class Any
object zonedDateTimeReader extends StringReader[ZonedDateTime]

Attributes

Inherited from:
StandardStringReaders
Graph
Supertypes
trait StringReader[ZonedDateTime]
class Object
trait Matchable
class Any

Value members

Inherited methods

def scalaNameToConfigName(str: String): String

Attributes

Inherited from:
DerivationApi

Givens

Inherited givens

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given LocalTime: LocalTime.type

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given arrParser: arrParser.type

Attributes

Inherited from:
StandardParsers

Attributes

Inherited from:
StandardStringReaders
given cfgParser: cfgParser.type

Attributes

Inherited from:
StandardParsers
given colReader[Elem, Col <: (Iterable)](using elementReader: Parser[Elem], factory: Factory[Elem, Col[Elem]]): Parser[Col[Elem]]

Attributes

Inherited from:
StandardParsers
given collectionReader[Elem, Col <: (Iterable)](using elementReader: StringReader[Elem], factory: Factory[Elem, Col[Elem]]): collectionReader[Elem, Col]

Attributes

Inherited from:
LowPrioStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given integralReader[N](using n: Integral[N]): integralReader[N]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given mapReader[K, V, M <: ([K, V] =>> Iterable[(K, V)])](using kr: Parser[K], vr: Parser[V], factory: Factory[(K, V), M[K, V]]): Parser[M[K, V]]

Attributes

Inherited from:
StandardParsers
given optionReader[A](using elementReader: StringReader[A]): optionReader[A]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given primitiveParser[A](using sr: StringReader[A]): primitiveParser[A]

Attributes

Inherited from:
StandardParsers

Attributes

Inherited from:
StandardStringReaders
given strParser: strParser.type

Attributes

Inherited from:
StandardParsers

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardStringReaders
given tupleReader[K, V](using kr: StringReader[K], vr: StringReader[V]): tupleReader[K, V]

Attributes

Inherited from:
StandardStringReaders

Attributes

Inherited from:
StandardParsers

Attributes

Inherited from:
StandardStringReaders

Extensions

Inherited extensions

extension (p: Parser.type)
inline def derived[A]: ProductParser[A]

Attributes

Inherited from:
DerivationApi
inline def derivedImpl[A]: Parser[A]

Attributes

Inherited from:
DerivationApi