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
Converts this URL to an AIServiceURL
Converts this URL to an AIServiceURL
Attributes
-
Returns
-
The converted AIServiceURL
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
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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product