Table of Contents

Class Messages

Namespace
TypedRest.CodeGeneration.Jvm
Assembly
TypedRest.CodeGeneration.Jvm.dll

The GenerationMessages the JVM generators can report.

public static class Messages
Inheritance
object
Messages

Methods

ElementSchemaMismatch(string, string, string)

The element of a collection describes a different type than the collection itself, which cannot be expressed because TElementEndpoint is constrained to ElementEndpoint<TEntity>.

public static GenerationMessage ElementSchemaMismatch(string key, string collectionEntity, string elementEntity)

Parameters

key string
collectionEntity string
elementEntity string

Returns

GenerationMessage

LangVersionNotSupported()

The C# language version does not apply to the JVM.

public static GenerationMessage LangVersionNotSupported()

Returns

GenerationMessage

SerializerNotSupportedByJava(string)

kotlinx.serialization cannot serialize a class written in Java.

public static GenerationMessage SerializerNotSupportedByJava(string serializer)

Parameters

serializer string

Returns

GenerationMessage