URL

gitinsp.domain.models.URL
See theURL companion object
final case class URL(value: String)

Represents a URL with validation and conversion capabilities

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Converts this URL to an AIServiceURL

Converts this URL to an AIServiceURL

Attributes

Returns

The converted AIServiceURL

def toQdrantURL(category: Category): QdrantURL

Converts this URL to a QdrantURL with the specified category

Converts this URL to a QdrantURL with the specified category

Value parameters

category

The category to assign to the QdrantURL

Attributes

Returns

The converted QdrantURL

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product