Uses of Enum Class
dev.archunitjava.model.JavaExceptionEvidenceKind
Packages that use JavaExceptionEvidenceKind
-
Uses of JavaExceptionEvidenceKind in dev.archunitjava.model
Subclasses with type arguments of type JavaExceptionEvidenceKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaExceptionEvidenceKindModifier and TypeMethodDescriptionJavaExceptionEvidence.kind()Returns the value of thekindrecord component.static JavaExceptionEvidenceKindReturns the enum constant of this class with the specified name.static JavaExceptionEvidenceKind[]JavaExceptionEvidenceKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaExceptionEvidenceKindModifierConstructorDescriptionJavaExceptionEvidence(JavaMemberSignature owner, JavaExceptionEvidenceKind kind, Optional<JvmReferenceType> targetType, DeclarationLocation declarationLocation, Optional<BytecodeLocation> bytecodeLocation) Creates an instance of aJavaExceptionEvidencerecord class.