machinespir.it.jig
package machinespir.it.jig
Members list
Type members
Classlikes
Typeclass that combines both reading and writing capabilities for a type A.
Typeclass that combines both reading and writing capabilities for a type A.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ConfigCodecImpl[A]
object ConfigCodec
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ConfigCodec.type
case class ConfigEntryError(msg: String, path: List[ConfigPath]) extends Exception, NoStackTrace
A config error that never captures stack traces.
A config error that never captures stack traces.
Attributes
- Supertypes
-
trait Producttrait Equalstrait NoStackTraceclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
case class ConfigError(msg: String, errors: List[ConfigEntryError], cause: Throwable) extends Exception
enum ConfigPath
object ConfigPath
Attributes
- Companion
- enum
- Supertypes
- Self type
-
ConfigPath.type
Typeclass for reading an A from a ConfigValue, returning ReadResult[A].
Typeclass for reading an A from a ConfigValue, returning ReadResult[A].
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ConfigProductReader[A]class ConfigSumReader[A]object given_ConfigReader_BigIntobject given_ConfigReader_Booleanobject given_ConfigReader_Byteobject given_ConfigReader_Charobject given_ConfigReader_Currencyobject given_ConfigReader_DayOfWeekobject given_ConfigReader_Doubleobject given_ConfigReader_Durationobject given_ConfigReader_Floatobject given_ConfigReader_Instantobject given_ConfigReader_Intobject given_ConfigReader_LocalDateobject given_ConfigReader_LocalTimeobject given_ConfigReader_Localeobject given_ConfigReader_Longobject given_ConfigReader_Monthobject given_ConfigReader_MonthDayobject given_ConfigReader_Pathobject given_ConfigReader_Patternobject given_ConfigReader_Periodobject given_ConfigReader_Shortobject given_ConfigReader_Stringobject given_ConfigReader_URIobject given_ConfigReader_UUIDobject given_ConfigReader_Yearobject given_ConfigReader_YearMonthobject given_ConfigReader_ZoneIdobject javaByteReaderobject javaCharacterReaderobject javaDoubleReaderobject javaFloatReaderobject javaLongReaderobject javaMathBigDecimalReaderobject javaMathBigIntegerReaderobject javaShortReaderobject javaTimeDurationReaderShow all
object ConfigReader
Derivation helpers for reading.
Typeclass for writing an A value to a ConfigValue.
Typeclass for writing an A value to a ConfigValue.
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ConfigProductWriter[A]class ConfigSumWriter[A]object given_ConfigWriter_BigIntobject given_ConfigWriter_Booleanobject given_ConfigWriter_Byteobject given_ConfigWriter_Charobject given_ConfigWriter_Currencyobject given_ConfigWriter_DayOfWeekobject given_ConfigWriter_Doubleobject given_ConfigWriter_Durationobject given_ConfigWriter_Floatobject given_ConfigWriter_Instantobject given_ConfigWriter_Intobject given_ConfigWriter_LocalDateobject given_ConfigWriter_LocalTimeobject given_ConfigWriter_Localeobject given_ConfigWriter_Longobject given_ConfigWriter_Monthobject given_ConfigWriter_MonthDayobject given_ConfigWriter_Pathobject given_ConfigWriter_Patternobject given_ConfigWriter_Periodobject given_ConfigWriter_Shortobject given_ConfigWriter_Stringobject given_ConfigWriter_URIobject given_ConfigWriter_UUIDobject given_ConfigWriter_Yearobject given_ConfigWriter_YearMonthobject given_ConfigWriter_ZoneIdobject javaByteWriterobject javaCharacterWriterobject javaDoubleWriterobject javaFloatWriterobject javaLongWriterobject javaMathBigDecimalWriterobject javaMathBigIntegerWriterobject javaShortWriterobject javaTimeDurationConfigWriterShow all
object ConfigWriter
Derivation helpers for writing.
object NonEmptyList
Attributes
- Companion
- trait
- Supertypes
- Self type
-
NonEmptyList.type
case class ReadFailed(errors: NonEmptyList[ConfigEntryError]) extends ReadResult[Nothing]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ReadResult[Nothing]class Objecttrait Matchableclass AnyShow all
Represents the result of reading a config value
Represents the result of reading a config value
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class ReadFailedclass ReadSucceeded[A]
object ReadResult
Attributes
- Companion
- trait
- Supertypes
- Self type
-
ReadResult.type
case class ReadSucceeded[+A](value: A) extends ReadResult[A]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ReadResult[A]class Objecttrait Matchableclass AnyShow all
case class comment(text: String) extends StaticAnnotation
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StaticAnnotationclass Annotationclass Objecttrait Matchableclass AnyShow all
Value members
Concrete fields
Exports
Defined exports
Exported from config
Exported from config
Exported from config
Exported from config
Exported from config
In this article