XmlWriterMacroContext

org.encalmo.writer.xml.XmlWriterMacroContext
case class XmlWriterMacroContext(tagNameCandidate: Option[TagName], builder: Builder, hasTag: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline def maybeSetTagNameCandidate(using cache: StatementsCache)(tpe: cache.quotes.reflect.TypeRepr): XmlWriterMacroContext
inline def tagNameOr(using cache: StatementsCache)(tpe: cache.quotes.reflect.TypeRepr): TagName
inline override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product