URL

gitinsp.domain.models.URL
See theURL companion class
object URL

Companion object for URL with default URL and factory method

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
URL.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 apply(value: String): URL

Creates a new URL instance with validation

Creates a new URL instance with validation

Value parameters

value

The URL string to validate and wrap

Attributes

Returns

A new URL instance

Throws
AssertionError

if the URL format is invalid

Concrete fields

val default: URL

Default URL instance

Default URL instance

Attributes