ConfigValueReader

besom.internal.ConfigValueReader
See theConfigValueReader companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object intReader extends ConfigValueReader[Int]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
intReader.type
object jsonReader extends ConfigValueReader[JsValue]

Attributes

Supertypes
trait ConfigValueReader[JsValue]
class Object
trait Matchable
class Any
Self type
jsonReader.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Givens

Givens

given intEnumReader[E <: IntegerEnum, C <: EnumCompanion[Int, E]](using ec: C): intEnumReader[E, C]
given intReader: intReader.type
given jsonReader: jsonReader.type
given objectReader[A : JsonReader]: objectReader[A]