Uses of Class
dev.archunitjava.model.JavaMember
Packages that use JavaMember
-
Uses of JavaMember in dev.archunitjava.model
Classes in dev.archunitjava.model that implement interfaces with type arguments of type JavaMemberModifier and TypeClassDescriptionfinal classImmutable declared field, method, constructor, or static initializer.Methods in dev.archunitjava.model that return types with arguments of type JavaMemberModifier and TypeMethodDescriptionJavaType.declaredMembers()CompilerArtifactView.presentedMembers()Returns the value of thepresentedMembersrecord component.Methods in dev.archunitjava.model with parameters of type JavaMember -
Uses of JavaMember in dev.archunitjava.selector
Methods in dev.archunitjava.selector that return types with arguments of type JavaMemberModifier and TypeMethodDescriptionMemberSelection.selected()Returns the value of theselectedrecord component.Constructor parameters in dev.archunitjava.selector with type arguments of type JavaMemberModifierConstructorDescriptionMemberSelection(SelectorDescription selector, int examinedCount, List<JavaMember> selected, List<ClassFileDiagnostic> classFileDiagnostics, List<TypeModelDiagnostic> modelDiagnostics, List<SelectionDiagnostic> selectionDiagnostics) Creates an instance of aMemberSelectionrecord class.