Uses of Enum Class
dev.archunitjava.importer.ParsedAnnotationOccurrence.Visibility
Packages that use ParsedAnnotationOccurrence.Visibility
-
Uses of ParsedAnnotationOccurrence.Visibility in dev.archunitjava.importer
Subclasses with type arguments of type ParsedAnnotationOccurrence.Visibility in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedAnnotationOccurrence.VisibilityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ParsedAnnotationOccurrence.Visibility.values()Returns an array containing the constants of this enum class, in the order they are declared.ParsedAnnotationOccurrence.visibility()Returns the value of thevisibilityrecord component.Constructors in dev.archunitjava.importer with parameters of type ParsedAnnotationOccurrence.VisibilityModifierConstructorDescriptionParsedAnnotationOccurrence(ParsedAnnotationOccurrence.Visibility visibility, ParsedAnnotationOccurrence.Container container, String ownerName, String ownerDescriptor, ParsedAnnotationOccurrence.Site site, OptionalInt parameterIndex, Optional<ParsedAnnotationOccurrence.TypeUseTarget> typeUseTarget, ParsedAnnotation annotation) Creates an instance of aParsedAnnotationOccurrencerecord class.