Uses of Enum Class
dev.archunitjava.diagram.plantuml.UnmappedDiagramDependencyPolicy
Packages that use UnmappedDiagramDependencyPolicy
-
Uses of UnmappedDiagramDependencyPolicy in dev.archunitjava.diagram.plantuml
Subclasses with type arguments of type UnmappedDiagramDependencyPolicy in dev.archunitjava.diagram.plantumlModifier and TypeClassDescriptionenumTreatment of Java dependencies whose other endpoint has no diagram component.Methods in dev.archunitjava.diagram.plantuml that return UnmappedDiagramDependencyPolicyModifier and TypeMethodDescriptionPlantUmlAdherenceOptions.unmappedDependencyPolicy()Returns the value of theunmappedDependencyPolicyrecord component.Returns the enum constant of this class with the specified name.static UnmappedDiagramDependencyPolicy[]UnmappedDiagramDependencyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.diagram.plantuml with parameters of type UnmappedDiagramDependencyPolicyModifierConstructorDescriptionPlantUmlAdherenceOptions(boolean requireDeclaredEdgesObserved, UnmappedDiagramDependencyPolicy unmappedDependencyPolicy) Creates an instance of aPlantUmlAdherenceOptionsrecord class.