Uses of Enum Class
dev.archunitjava.model.JavaConstantEvidenceKind
Packages that use JavaConstantEvidenceKind
-
Uses of JavaConstantEvidenceKind in dev.archunitjava.model
Subclasses with type arguments of type JavaConstantEvidenceKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaConstantEvidenceKindModifier and TypeMethodDescriptionJavaConstantEvidence.kind()Returns the value of thekindrecord component.static JavaConstantEvidenceKindReturns the enum constant of this class with the specified name.static JavaConstantEvidenceKind[]JavaConstantEvidenceKind.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 JavaConstantEvidenceKindModifierConstructorDescriptionJavaConstantEvidence(JavaConstantEvidenceKind kind, int constantPoolIndex, String descriptor, List<JvmType> referencedTypes, Optional<JavaMethodHandle> methodHandle, Optional<JavaDynamicConstant> dynamicConstant, Optional<JavaConstantLoadSite> loadSite) Creates an instance of aJavaConstantEvidencerecord class.