Documentation support for Spring Modulith.
-
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<DependencyType> dependencyTypes,
DependencyDepth dependencyDepth,
Predicate<ApplicationModule> exclusions,
Predicate<com.structurizr.model.Component> componentFilter,
Predicate<ApplicationModule> targetOnly,
String targetFileName,
Function<ApplicationModule,Optional<String>> colorSelector,
Function<ApplicationModule,String> defaultDisplayName,
Documenter.DiagramOptions.DiagramStyle style,
Documenter.DiagramOptions.ElementsWithoutRelationships elementsWithoutRelationships)