Packages

object decoders extends TypesafeConfigDecoder with TypesafeConfigDecoderInstances with TypesafeConfigDataSource

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. decoders
  2. TypesafeConfigDataSource
  3. DataSource
  4. TypesafeConfigDecoderInstances
  5. Resolve
  6. OptionSelector
  7. TypesafeConfigDecoder
  8. Decode
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DSDecoder[A] = Decoder[DecodeDefault, Sett, A, DecodeData]
    Definition Classes
    Decode
  2. type DSDecoderF[F[_], A] = Decoder[F, Sett, A, DecodeData]
    Definition Classes
    Decode
  3. type DecodeData = Config
    Definition Classes
    TypesafeConfigDecoderDecode
  4. type DecodeDefault[A] = Type[A]
    Definition Classes
    TypesafeConfigDecoderDecode
  5. type InputData = Config
    Definition Classes
    TypesafeConfigDecoderDecode
  6. type Sett = Settings
    Definition Classes
    TypesafeConfigDataSourceDataSource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. implicit def dataListDecoder[F[_]](implicit F: MonadError[F, Throwable], error: ExtruderErrors[F]): Decoder[F, Settings, ConfigList, Config]
  7. implicit def dataObjectDecoder[F[_]](implicit F: MonadError[F, Throwable], error: ExtruderErrors[F]): Decoder[F, Settings, ConfigObject, Config]
  8. implicit def dataValueDecoder[F[_]](implicit F: MonadError[F, Throwable], error: ExtruderErrors[F]): Decoder[F, Settings, ConfigValue, Config]
  9. def decode[A]: DecodePartiallyApplied[DecodeDefault, A, Sett, DecodeData, InputData]
    Definition Classes
    Decode
  10. def decodeF[F[_], A]: DecodePartiallyApplied[F, A, Sett, DecodeData, InputData]
    Definition Classes
    Decode
  11. def defaultSettings: Settings
    Definition Classes
    TypesafeConfigDataSourceDataSource
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def formatParserError[F[_], T, S <: Settings](parser: Parser[T], path: List[PathElement], settings: S)(implicit F: Applicative[F], error: ExtruderErrors[F]): (String) ⇒ F[T]
    Attributes
    protected
    Definition Classes
    Resolve
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def lookup[F[_], A](f: (Config) ⇒ A, data: Config)(implicit F: ApplicativeError[F, Throwable]): F[Option[A]]
    Attributes
    protected
    Definition Classes
    TypesafeConfigDecoderInstances
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def parameters[A](namespace: List[String], settings: Sett)(implicit arg0: MetaInfo[A]): String
    Definition Classes
    DataSource
  23. def parameters[A](namespace: List[String])(implicit arg0: MetaInfo[A]): String
    Definition Classes
    DataSource
  24. def parameters[A](settings: Sett)(implicit arg0: MetaInfo[A]): String
    Definition Classes
    DataSource
  25. def parameters[A](implicit arg0: MetaInfo[A]): String
    Definition Classes
    DataSource
  26. def resolve[F[_], T, V, S <: Settings, D](parser: (V) ⇒ F[T], lookup: (List[PathElement], S, D) ⇒ F[Option[V]])(path: List[PathElement], settings: S, default: Option[T], data: D)(implicit F: Monad[F], error: ExtruderErrors[F]): F[T]
    Attributes
    protected
    Definition Classes
    Resolve
  27. def resolveConfig[F[_], A](lookup: (List[PathElement], Settings, Config) ⇒ F[Option[A]])(implicit F: Monad[F], error: ExtruderErrors[F]): (List[PathElement], Settings, Option[A], Config) ⇒ F[A]
    Attributes
    protected
    Definition Classes
    TypesafeConfigDecoderInstances
  28. def resolveValue[F[_], S <: Settings, T, D](parser: (String) ⇒ F[T])(implicit F: Monad[F], error: ExtruderErrors[F], reader: StringReader[F, S, D]): (List[PathElement], S, Option[T], D) ⇒ F[T]
    Attributes
    protected
    Definition Classes
    Resolve
  29. def selectOption[F[_], A, S <: Settings](path: List[PathElement], settings: S, primary: Option[A], secondary: Option[A])(implicit F: Applicative[F], error: ExtruderErrors[F]): F[A]
    Attributes
    protected
    Definition Classes
    OptionSelector
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. implicit def traversableDecoder[F[_], A, FF[T] <: scala.collection.compat.IterableOnce[T], S <: Settings](implicit parser: Parser[A], factory: scala.collection.compat.Factory[A, FF[A]], F: MonadError[F, Throwable], error: ExtruderErrors[F]): Decoder[F, S, FF[A], Config]
  33. implicit def traversableObjectDecoder[F[_], A, FF[T] <: scala.collection.compat.IterableOnce[T], S <: Settings](implicit parser: Parser[List[String]], decoder: Decoder[F, S, A, Config], factory: scala.collection.compat.Factory[A, FF[A]], F: MonadError[F, Throwable], error: ExtruderErrors[F], refute: Refute[Parser[A]]): Decoder[F, S, FF[A], Config]
  34. implicit def typesafeConfigHasValue[F[_]](implicit F: ApplicativeError[F, Throwable]): HasValue[F, Settings, Config]
  35. implicit def typesafeConfigLoadInput[F[_]](implicit F: MonadError[F, Throwable]): LoadInput[F, Config]
  36. implicit def typesafeConfigPrune[F[_]](implicit F: MonadError[F, Throwable]): Prune[F, Settings, Config]
  37. implicit def typesafeConfigStringReader[F[_]](implicit F: ApplicativeError[F, Throwable]): StringReader[F, Settings, Config]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from TypesafeConfigDataSource

Inherited from DataSource

Inherited from Resolve

Inherited from OptionSelector

Inherited from TypesafeConfigDecoder

Inherited from Decode

Inherited from AnyRef

Inherited from Any

Ungrouped