NameReceptacle
Attributes
- Source
- NameReceptacle.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Require the given value and extract nothing. Reject if it is missing or has a different value. Symbolic alias for requiredValue.
Require the given value and extract nothing. Reject if it is missing or has a different value. Symbolic alias for requiredValue.
Attributes
- Source
- NameReceptacle.scala
Extract multiple occurrences as Iterable[String]. Symbolic alias for repeated.
Extract multiple occurrences as Iterable[String]. Symbolic alias for repeated.
Attributes
- Source
- NameReceptacle.scala
Extract the optional value as Option[String]. Symbolic alias for optional.
Extract the optional value as Option[String]. Symbolic alias for optional.
Attributes
- Source
- NameReceptacle.scala
Extract the optional value as String, if it is missing use the given default value. Symbolic alias for withDefault.
Extract the optional value as String, if it is missing use the given default value. Symbolic alias for withDefault.
Attributes
- Source
- NameReceptacle.scala
Extract the value as the specified type. You need a matching Unmarshaller in scope for that to work.
Extract the value as the specified type. You need a matching Unmarshaller in scope for that to work.
Attributes
- Source
- NameReceptacle.scala
Extract the value as the specified type with the given Unmarshaller.
Extract the value as the specified type with the given Unmarshaller.
Attributes
- Source
- NameReceptacle.scala
Extract the optional value as Option[String].
Extract multiple occurrences as Iterable[String].
Require the given value and extract nothing. Reject if it is missing or has a different value.
Require the given value and extract nothing. Reject if it is missing or has a different value.
Attributes
- Source
- NameReceptacle.scala
Extract the optional value as String, if it is missing use the given default value.
Extract the optional value as String, if it is missing use the given default value.
Attributes
- Source
- NameReceptacle.scala
Concrete fields
Attributes
- Source
- NameReceptacle.scala