Uses of Enum Class
dev.archunitjava.model.JavaNestingKind
Packages that use JavaNestingKind
-
Uses of JavaNestingKind in dev.archunitjava.model
Subclasses with type arguments of type JavaNestingKind in dev.archunitjava.modelMethods in dev.archunitjava.model that return JavaNestingKindModifier and TypeMethodDescriptionJavaNesting.kind()Returns the value of thekindrecord component.static JavaNestingKindReturns the enum constant of this class with the specified name.static JavaNestingKind[]JavaNestingKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.model with parameters of type JavaNestingKindModifierConstructorDescriptionJavaNesting(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. -
Uses of JavaNestingKind in dev.archunitjava.selector
Methods in dev.archunitjava.selector with parameters of type JavaNestingKindModifier and TypeMethodDescriptionstatic TypeSelectorTypeSelector.nesting(JavaNestingKind nesting)