StringEntry

final class StringEntry(val prefix: Seq[String], val name: String) extends Key[String]
class Key[String]
class Object
trait Matchable
class Any

Value members

Concrete methods

def asString(value: String): Seq[String]
def fromString(values: Seq[String]): Either[MalformedValue, String]
def parse(json: Array[Byte]): Either[EntryError, String]
def write(value: String): Array[Byte]

Inherited methods

final def fullName: String

The fully qualified name of this key

The fully qualified name of this key

Inherited from:
Key
def isPasswordOption: Boolean

Whether this key corresponds to a password (see Key.PasswordEntry)

Whether this key corresponds to a password (see Key.PasswordEntry)

Inherited from:
Key

Concrete fields

val name: String
val prefix: Seq[String]