Uses of Record Class
dev.archunitjava.importer.ParsedInnerClass
Packages that use ParsedInnerClass
-
Uses of ParsedInnerClass in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement interfaces with type arguments of type ParsedInnerClassModifier and TypeClassDescriptionfinal recordOne InnerClasses table entry, retained as evidence rather than source-level truth.Methods in dev.archunitjava.importer that return types with arguments of type ParsedInnerClassModifier and TypeMethodDescriptionParsedNestingMetadata.innerClasses()Returns the value of theinnerClassesrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedInnerClassConstructor parameters in dev.archunitjava.importer with type arguments of type ParsedInnerClassModifierConstructorDescriptionParsedNestingMetadata(List<ParsedInnerClass> innerClasses, List<ParsedEnclosingMethod> enclosingMethods, List<String> nestHostBinaryNames, List<String> nestMemberBinaryNames) Creates an instance of aParsedNestingMetadatarecord class.