URL
com.reactific.riddl.language.AST.URL
case class URL(loc: At, scheme: Option[LiteralString]) extends PredefinedType
A predefined type expression for a Uniform Resource Locator of a specific schema.
Value parameters
- loc
-
The location of the URL type expression
- scheme
-
The scheme to which the URL is constrained.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass PredefinedTypetrait TypeExpressiontrait RiddlValuetrait RiddlNodeclass Objecttrait Matchableclass Any
Members list
In this article