Uses of Enum Class
dev.archunitjava.importer.ParsedExceptionEvidence.Kind
Packages that use ParsedExceptionEvidence.Kind
-
Uses of ParsedExceptionEvidence.Kind in dev.archunitjava.importer
Subclasses with type arguments of type ParsedExceptionEvidence.Kind in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedExceptionEvidence.KindModifier and TypeMethodDescriptionParsedExceptionEvidence.kind()Returns the value of thekindrecord component.static ParsedExceptionEvidence.KindReturns the enum constant of this class with the specified name.static ParsedExceptionEvidence.Kind[]ParsedExceptionEvidence.Kind.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 ParsedExceptionEvidence.KindModifierConstructorDescriptionParsedExceptionEvidence(ParsedExceptionEvidence.Kind kind, Optional<String> targetDescriptor, OptionalInt bytecodeOffset) Creates an instance of aParsedExceptionEvidencerecord class.