XmlData

cats.xml.XmlData
See theXmlData companion trait
object XmlData

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlData.type

Members list

Type members

Classlikes

final case class XmlArray[T <: XmlData](value: Array[T]) extends XmlData

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Show all
object XmlArray

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlArray.type
final case class XmlBool(value: Boolean) extends XmlData

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Show all
object XmlBool

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlBool.type
final case class XmlChar(value: Char) extends XmlData

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Show all
object XmlChar

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlChar.type
object XmlNumber

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlNumber.type
sealed trait XmlNumber extends XmlData, Serializable

Attributes

Companion
object
Supertypes
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Show all
final case class XmlString(value: String) extends XmlData

Attributes

Companion
object
Supertypes
trait Product
trait Equals
trait XmlData
trait Serializable
trait Xml
class Object
trait Matchable
class Any
Show all
object XmlString

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
XmlString.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val eqXmlData: Eq[XmlData]
implicit val order: Order[XmlNumber]
implicit def showXmlData[T <: XmlData](implicit printer: XmlPrinter, config: Config): Show[T]