Uses of Enum Class
org.springframework.modulith.docs.Documenter.DiagramOptions.DiagramStyle
Packages that use Documenter.DiagramOptions.DiagramStyle
-
Uses of Documenter.DiagramOptions.DiagramStyle in org.springframework.modulith.docs
Methods in org.springframework.modulith.docs that return Documenter.DiagramOptions.DiagramStyleModifier and TypeMethodDescriptionReturns 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.Methods in org.springframework.modulith.docs with parameters of type Documenter.DiagramOptions.DiagramStyleModifier and TypeMethodDescriptionDocumenter.DiagramOptions.withStyle
(Documenter.DiagramOptions.DiagramStyle style) Which style to render the diagram in.Constructors in org.springframework.modulith.docs with parameters of type Documenter.DiagramOptions.DiagramStyleModifierConstructorDescription(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, Map<String, String> skinParams)