package view
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class CustomizableModelView(views: List[View], copier: DomainElementCopier) extends ModelView[DomainElement] with Product with Serializable
- case class DialectInstanceView(schemaId: String, inner: ModelView[DomainElement]) extends ModelView[String] with Product with Serializable
- trait DomainElementCopier extends AnyRef
- case class GraphObject(inner: AmfObject, types: List[ValueType], fields: Fields = Fields()) extends DomainElement with Product with Serializable
- case class GraphObjectCopier(mappings: Map[ValueType, List[ValueType]]) extends DomainElementCopier with Product with Serializable
- case class GraphObjectMeta(types: List[ValueType], inner: Obj) extends Obj with Product with Serializable
- trait ModelView[T] extends AnyRef
- case class ProjectInfoView(project: ProjectInfo, inner: ModelView[DomainElement]) extends ModelView[ProjectInfo] with Product with Serializable
Value Members
- object ApiSummaryView
- object AsIsElementCopier extends DomainElementCopier
- object ProjectView
- object Views