Uses of Enum Class
dev.archunitjava.importer.InputDiagnosticCode
Packages that use InputDiagnosticCode
-
Uses of InputDiagnosticCode in dev.archunitjava.importer
Subclasses with type arguments of type InputDiagnosticCode in dev.archunitjava.importerModifier and TypeClassDescriptionenumMachine-readable failures and exclusions produced while enumerating inputs.Methods in dev.archunitjava.importer that return InputDiagnosticCodeModifier and TypeMethodDescriptionInputDiagnostic.code()Returns the value of thecoderecord component.static InputDiagnosticCodeReturns the enum constant of this class with the specified name.static InputDiagnosticCode[]InputDiagnosticCode.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 InputDiagnosticCodeModifierConstructorDescriptionInputDiagnostic(InputDiagnosticCode code, String input, Map<String, String> context) Creates an instance of aInputDiagnosticrecord class.