Uses of Enum Class
dev.archunitjava.importer.DiscoveryDiagnosticCode
Packages that use DiscoveryDiagnosticCode
-
Uses of DiscoveryDiagnosticCode in dev.archunitjava.importer
Subclasses with type arguments of type DiscoveryDiagnosticCode in dev.archunitjava.importerModifier and TypeClassDescriptionenumStable diagnostic categories emitted by project discovery.Methods in dev.archunitjava.importer that return DiscoveryDiagnosticCodeModifier and TypeMethodDescriptionDiscoveryDiagnostic.code()Returns the value of thecoderecord component.static DiscoveryDiagnosticCodeReturns the enum constant of this class with the specified name.static DiscoveryDiagnosticCode[]DiscoveryDiagnosticCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type DiscoveryDiagnosticCodeModifierConstructorDescriptionDiscoveryDiagnostic(DiscoveryDiagnosticCode code, Path path, Map<String, String> context) Creates an instance of aDiscoveryDiagnosticrecord class.