Table of Contents

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
object
JvmClassLiteral

Constructors

JvmClassLiteral(JvmIdentifier)

A class literal, which the endpoints need to deserialize their entities at runtime.

public JvmClassLiteral(JvmIdentifier type)

Parameters

type JvmIdentifier

The type to take the class literal of.

Properties

Type

The type to take the class literal of.

public JvmIdentifier Type { get; }

Property Value

JvmIdentifier

Methods

GetImports()

Returns every type that has to be imported to write this expression.

public override IEnumerable<JvmIdentifier> GetImports()

Returns

IEnumerable<JvmIdentifier>