Class DatatoolsProperties.DataModelDiagram

java.lang.Object
io.jmix.datatools.DatatoolsProperties.DataModelDiagram
Enclosing class:
DatatoolsProperties

public static class DatatoolsProperties.DataModelDiagram extends Object
  • Field Details

    • host

      protected final String host
      The server address. This can be either an IP address with custom port or not. It could also be a domain name.
    • engineType

      protected final EngineType engineType
      Engine type. PlantUML by default
  • Constructor Details

    • DataModelDiagram

      public DataModelDiagram(@Nullable String host, @DefaultValue("PLANTUML") EngineType engineType)
  • Method Details

    • getEngineType

      public EngineType getEngineType()
    • getHost

      @Nullable public String getHost()