object BackendDestinationParser

Source
BackendDestinationParser.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BackendDestinationParser
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Error(getMessage: String) extends RuntimeException with Product with Serializable

Value Members

  1. def parse(input: String): Either[Throwable, BackendDestination]

    Create a new instance for every usage, as the scala parsers are not thread safe.

    Create a new instance for every usage, as the scala parsers are not thread safe. This was not fixed until 2.12. See SI-4929