io.funkode.resource.model

Members list

Type members

Classlikes

case class CollectionModel(collectionName: String, resourceType: String, rels: List[RelModel])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Etag

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Etag.type
object JsonUtils

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
JsonUtils.type
case class RelModel(rel: String, targetType: String, oneToMany: Boolean)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait Resource

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Resource

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Resource.type
enum ResourceError(msg: String, cause: Option[Throwable]) extends Throwable

Attributes

Supertypes
trait Enum
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResourceLink(urn: Urn, rel: String, attributes: Map[String, String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ResourceModel(name: String, collections: Map[String, CollectionModel])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ResourceModel

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

opaque type Etag
type ResourceStream[R] = Stream[ResourceError, R]