Package-level declarations
Types
Link copied to clipboard
This annotation is used to mark a class as the default instance of a class.
Link copied to clipboard
annotation class ResourceSchema(val resourceType: String = "", val endpoint: String, val config: KClass<out JsonApiConfig> = JsonApiConfig::class)
Annotates a class as a JSON:API resource schema with the given endpoint.