Uses of Record Class
dev.archunitjava.model.JavaInnerClassEvidence
Packages that use JavaInnerClassEvidence
-
Uses of JavaInnerClassEvidence in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaInnerClassEvidenceModifier and TypeClassDescriptionfinal recordOne library-owned InnerClasses entry; it is evidence, not inferred source nesting.Methods in dev.archunitjava.model that return types with arguments of type JavaInnerClassEvidenceModifier and TypeMethodDescriptionJavaNesting.innerClassTable()Returns the value of theinnerClassTablerecord component.Methods in dev.archunitjava.model with parameters of type JavaInnerClassEvidenceModifier and TypeMethodDescriptionintJavaInnerClassEvidence.compareTo(JavaInnerClassEvidence other) Constructor parameters in dev.archunitjava.model with type arguments of type JavaInnerClassEvidenceModifierConstructorDescriptionJavaNesting(JavaNestingKind kind, Optional<JavaTypeName> lexicalOwner, Optional<String> simpleName, Optional<JavaEnclosingDeclaration> enclosingDeclaration, List<JavaInnerClassEvidence> innerClassTable, JavaTypeName nestHost, List<JavaTypeName> declaredNestMembers, List<NestingDiagnostic> diagnostics, boolean diagnosticsTruncated) Creates an instance of aJavaNestingrecord class.