Class JvmUriLiteral
- Namespace
- TypedRest.CodeGeneration.Jvm.Model
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
A java.net.URI built from a string literal.
public sealed class JvmUriLiteral : JvmExpression
- Inheritance
-
objectJvmUriLiteral
Constructors
JvmUriLiteral(string)
A java.net.URI built from a string literal.
public JvmUriLiteral(string value)
Parameters
valuestringThe value of the URI, unescaped.
Properties
Value
The value of the URI, unescaped.
public string Value { get; }
Property Value
Methods
GetImports()
Returns every type that has to be imported to write this expression.
public override IEnumerable<JvmIdentifier> GetImports()