Uses of Enum Class
dev.archunitjava.importer.ParsedAnnotationOccurrence.Container
Packages that use ParsedAnnotationOccurrence.Container
-
Uses of ParsedAnnotationOccurrence.Container in dev.archunitjava.importer
Subclasses with type arguments of type ParsedAnnotationOccurrence.Container in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedAnnotationOccurrence.ContainerModifier and TypeMethodDescriptionParsedAnnotationOccurrence.container()Returns the value of thecontainerrecord component.Returns the enum constant of this class with the specified name.static ParsedAnnotationOccurrence.Container[]ParsedAnnotationOccurrence.Container.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.importer with parameters of type ParsedAnnotationOccurrence.ContainerModifierConstructorDescriptionParsedAnnotationOccurrence(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.