Class Messages
- Namespace
- TypedRest.CodeGeneration.Jvm
- Assembly
- TypedRest.CodeGeneration.Jvm.dll
The GenerationMessages the JVM generators can report.
public static class Messages
- Inheritance
-
objectMessages
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
Returns
LangVersionNotSupported()
The C# language version does not apply to the JVM.
public static GenerationMessage LangVersionNotSupported()
Returns
SerializerNotSupportedByJava(string)
kotlinx.serialization cannot serialize a class written in Java.
public static GenerationMessage SerializerNotSupportedByJava(string serializer)
Parameters
serializerstring