ValueFormat

borscht.template.impl.apache.commons.text.ValueFormat
See theValueFormat companion object
case class ValueFormat(format: Option[String], nullValue: String, list: SeqFormat, product: SeqFormat, locale: Locale)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object default.type

Members list

Concise view

Value members

Concrete methods

def update(name: String, value: String): ValueFormat

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product