Uses of Enum Class
dev.archunitjava.importer.ParsedAnnotationValue.ScalarKind
Packages that use ParsedAnnotationValue.ScalarKind
-
Uses of ParsedAnnotationValue.ScalarKind in dev.archunitjava.importer
Subclasses with type arguments of type ParsedAnnotationValue.ScalarKind in dev.archunitjava.importerMethods in dev.archunitjava.importer that return ParsedAnnotationValue.ScalarKindModifier and TypeMethodDescriptionParsedAnnotationValue.ScalarValue.kind()Returns the value of thekindrecord component.Returns the enum constant of this class with the specified name.static ParsedAnnotationValue.ScalarKind[]ParsedAnnotationValue.ScalarKind.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 ParsedAnnotationValue.ScalarKindModifierConstructorDescriptionScalarValue(ParsedAnnotationValue.ScalarKind kind, String encodedValue) Creates an instance of aScalarValuerecord class.