harness.xml.XmlDecoder$
See theXmlDecoder companion trait
object XmlDecoder
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
XmlDecoder.type
Members list
Type members
Classlikes
final class ListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[List[T]]
Attributes
- Supertypes
final class NonEmptyListNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[NonEmptyList[T]]
Attributes
- Supertypes
final class OptionalNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[Option[T]]
Attributes
- Supertypes
final class SingleNodeDecoder[T](nodeName: String, innerDecoder: XmlDecoder[T]) extends XmlDecoder[T]
Attributes
- Supertypes
- Self type
final class TextDecoder[T](_decode: String => EitherNel[String, T]) extends XmlDecoder[T]
Attributes
- Supertypes
Value members
Concrete methods
In this article