StringListEntry

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

Value members

Concrete methods

def asString(value: List[String]): Seq[String]
def fromString(values: Seq[String]): Either[MalformedValue, List[String]]
def parse(json: Array[Byte]): Either[EntryError, List[String]]
def write(value: List[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]