From 21026e528ba9fc1d07003545d7b41f169f63b87e Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Fri, 1 Mar 2019 19:17:58 +0100 Subject: [PATCH] #837 - Temporarily disable PlantUML diagrams. --- src/main/asciidoc/fundamentals.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/fundamentals.adoc b/src/main/asciidoc/fundamentals.adoc index 1b31850d..860fe4ac 100644 --- a/src/main/asciidoc/fundamentals.adoc +++ b/src/main/asciidoc/fundamentals.adoc @@ -119,6 +119,7 @@ It's basically a container for a collection of ``Link``s and has convenient meth The models can later be rendered into various media type formats that will define how the hypermedia elements look in the representation. For more information on this, have a look at <> +//// .The `RepresentationModel` class hierarchy ==== [plantuml, diagram-classes, svg] @@ -133,6 +134,7 @@ CollectionModel -|> RepresentationModel PagedModel -|> CollectionModel ---- ==== +//// The default way to work with a `RepresentationModel` is to create a subclass of it to contain all the properties the representation is supposed to contain, create instances of that class, populate the properties and enrich it with links.