Class JvmClassLiteral
- Namespace
- TypedRest.CodeGeneration.Jvm.Model
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
A class literal, which the endpoints need to deserialize their entities at runtime.
public sealed class JvmClassLiteral : JvmExpression
- Inheritance
-
objectJvmClassLiteral
Constructors
JvmClassLiteral(JvmIdentifier)
A class literal, which the endpoints need to deserialize their entities at runtime.
public JvmClassLiteral(JvmIdentifier type)
Parameters
typeJvmIdentifierThe type to take the class literal of.
Properties
Type
The type to take the class literal of.
public JvmIdentifier Type { get; }
Property Value
Methods
GetImports()
Returns every type that has to be imported to write this expression.
public override IEnumerable<JvmIdentifier> GetImports()