Uses of Record Class
dev.archunitjava.model.JavaPackage
Packages that use JavaPackage
-
Uses of JavaPackage in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaPackageModifier and TypeClassDescriptionfinal recordAggregated Java package with metadata carriers separated from ordinary types.Methods in dev.archunitjava.model that return types with arguments of type JavaPackageModifier and TypeMethodDescriptionJavaPackageIndex.all()JavaPackageIndex.find(JavaPackageName name) Methods in dev.archunitjava.model with parameters of type JavaPackage -
Uses of JavaPackage in dev.archunitjava.selector
Methods in dev.archunitjava.selector that return types with arguments of type JavaPackageModifier and TypeMethodDescriptionPackageSelection.selected()Returns the value of theselectedrecord component.Constructor parameters in dev.archunitjava.selector with type arguments of type JavaPackageModifierConstructorDescriptionPackageSelection(SelectorDescription selector, int examinedCount, List<JavaPackage> selected, List<ClassFileDiagnostic> classFileDiagnostics, List<TypeModelDiagnostic> modelDiagnostics, List<SelectionDiagnostic> selectionDiagnostics) Creates an instance of aPackageSelectionrecord class.