Settings

final class Settings(entries: List[ConfigEntry])

Collection of config options obtained after parsing pipez.PipeDerivationConfig

class Object
trait Matchable
class Any

Value members

Concrete methods

def resolve[A](default: A)(overrideWhen: PartialFunction[ConfigEntry, A]): A
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

lazy val isDiagnosticsEnabled: Boolean
lazy val isEnumCaseInsensitive: Boolean
lazy val isFieldCaseInsensitive: Boolean