-
Documenter.DiagramOptions.ElementsWithoutRelationships.valueOf(String name)
Returns the enum constant of this class with the specified name.
Documenter.DiagramOptions.ElementsWithoutRelationships.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
Configuration setting to define whether modules that do not have a relationship to any other module shall be
retained in the diagrams created.
(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)