Uses of Record Class
dev.archunitjava.model.JavaModule
Packages that use JavaModule
-
Uses of JavaModule in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaModuleModifier and TypeClassDescriptionfinal recordImmutable module identity and its explicit, unresolved JPMS directives.Methods in dev.archunitjava.model that return types with arguments of type JavaModuleModifier and TypeMethodDescriptionTypeModelResult.modules()Returns the value of themodulesrecord component.Methods in dev.archunitjava.model with parameters of type JavaModule -
Uses of JavaModule in dev.archunitjava.selector
Methods in dev.archunitjava.selector that return types with arguments of type JavaModuleModifier and TypeMethodDescriptionModuleSelection.selected()Returns the value of theselectedrecord component.Constructor parameters in dev.archunitjava.selector with type arguments of type JavaModuleModifierConstructorDescriptionModuleSelection(SelectorDescription selector, int examinedCount, List<JavaModule> selected, List<ClassFileDiagnostic> classFileDiagnostics, List<TypeModelDiagnostic> modelDiagnostics) Creates an instance of aModuleSelectionrecord class.