ResourceModel

io.funkode.resource.model.ResourceModel
See theResourceModel companion object
case class ResourceModel(name: String, collections: Map[String, CollectionModel])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

inline def collectionForUrn(urn: Urn): Option[CollectionModel]
Extension method from ResourceModel

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product