Uses of Enum Class
dev.archunitjava.importer.ClassFileDiagnosticCode
Packages that use ClassFileDiagnosticCode
-
Uses of ClassFileDiagnosticCode in dev.archunitjava.importer
Subclasses with type arguments of type ClassFileDiagnosticCode in dev.archunitjava.importerModifier and TypeClassDescriptionenumMachine-readable failures produced while reading untrusted class files.Methods in dev.archunitjava.importer that return ClassFileDiagnosticCodeModifier and TypeMethodDescriptionClassFileDiagnostic.code()Returns the value of thecoderecord component.static ClassFileDiagnosticCodeReturns the enum constant of this class with the specified name.static ClassFileDiagnosticCode[]ClassFileDiagnosticCode.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 ClassFileDiagnosticCodeModifierConstructorDescriptionClassFileDiagnostic(ClassFileDiagnosticCode code, String resourceName, ClassFileOrigin origin, ClassFileTraversalPhase phase, Map<String, String> context) Creates an instance of aClassFileDiagnosticrecord class.