CodeFormat

io.github.iltotore.iron.internal.IronConfig.CodeFormat
See theCodeFormat companion enum
object CodeFormat

Attributes

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

Members list

Type members

Inherited and Abstract 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

Value members

Concrete methods

def fromString(value: String): Option[CodeFormat]

Get the format associated with the given key.

Get the format associated with the given key.

Value parameters

value

the key associated to a format

Attributes

Returns

the associated code format