Uses of Interface
dev.archunitjava.importer.ParsedAnnotationValue
Packages that use ParsedAnnotationValue
-
Uses of ParsedAnnotationValue in dev.archunitjava.importer
Classes in dev.archunitjava.importer that implement ParsedAnnotationValueModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordSubinterfaces with type arguments of type ParsedAnnotationValue in dev.archunitjava.importerModifier and TypeInterfaceDescriptioninterfaceBackend-neutral, lossless annotation element value.Methods in dev.archunitjava.importer that return ParsedAnnotationValueModifier and TypeMethodDescriptionParsedAnnotationDefault.value()Returns the value of thevaluerecord component.ParsedAnnotationElement.value()Returns the value of thevaluerecord component.Methods in dev.archunitjava.importer that return types with arguments of type ParsedAnnotationValueModifier and TypeMethodDescriptionParsedAnnotationValue.ArrayValue.values()Returns the value of thevaluesrecord component.Methods in dev.archunitjava.importer with parameters of type ParsedAnnotationValueModifier and TypeMethodDescriptiondefault intParsedAnnotationValue.compareTo(ParsedAnnotationValue other) Constructors in dev.archunitjava.importer with parameters of type ParsedAnnotationValueModifierConstructorDescriptionParsedAnnotationDefault(String methodName, String methodDescriptor, ParsedAnnotationValue value) Creates an instance of aParsedAnnotationDefaultrecord class.ParsedAnnotationElement(String name, ParsedAnnotationValue value) Creates an instance of aParsedAnnotationElementrecord class.Constructor parameters in dev.archunitjava.importer with type arguments of type ParsedAnnotationValueModifierConstructorDescriptionArrayValue(List<ParsedAnnotationValue> values) Creates an instance of aArrayValuerecord class.