harness.xml.XmlDecoder$
See theXmlDecoder companion trait
object XmlDecoder
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- XmlDecoder.type
Members list
Concise view
Type members
Classlikes
final class ListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[List[T]]
Attributes
- Graph
- Supertypes
final class NonEmptyListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[NonEmptyList[T]]
Attributes
- Graph
- Supertypes
final class OptionalNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[Option[T]]
Attributes
- Graph
- Supertypes
final class SingleNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[T]
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes