Uses of Enum Class
org.springframework.modulith.docs.Documenter.DiagramOptions.ElementsWithoutRelationships
Packages that use Documenter.DiagramOptions.ElementsWithoutRelationships
-
Uses of Documenter.DiagramOptions.ElementsWithoutRelationships in org.springframework.modulith.docs
Methods in org.springframework.modulith.docs that return Documenter.DiagramOptions.ElementsWithoutRelationshipsModifier and TypeMethodDescriptionReturns 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.Methods in org.springframework.modulith.docs with parameters of type Documenter.DiagramOptions.ElementsWithoutRelationshipsModifier and TypeMethodDescriptionDocumenter.DiagramOptions.withElementsWithoutRelationships
(Documenter.DiagramOptions.ElementsWithoutRelationships elementsWithoutRelationships) Configuration setting to define whether modules that do not have a relationship to any other module shall be retained in the diagrams created.Constructors in org.springframework.modulith.docs with parameters of type Documenter.DiagramOptions.ElementsWithoutRelationshipsModifierConstructorDescription(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)