-
Returns the enum constant of this class with the specified name.
Documenter.DiagramOptions.DiagramStyle.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
Which style to render the diagram in.
(package private)
DiagramOptions(Set<org.springframework.modulith.core.DependencyType> dependencyTypes,
org.springframework.modulith.core.DependencyDepth dependencyDepth,
Predicate<org.springframework.modulith.core.ApplicationModule> exclusions,
Predicate<com.structurizr.model.Component> componentFilter,
Predicate<org.springframework.modulith.core.ApplicationModule> targetOnly,
String targetFileName,
Function<org.springframework.modulith.core.ApplicationModule,Optional<String>> colorSelector,
Function<org.springframework.modulith.core.ApplicationModule,String> defaultDisplayName,
Documenter.DiagramOptions.DiagramStyle style,
Documenter.DiagramOptions.ElementsWithoutRelationships elementsWithoutRelationships)