Uses of Interface
dev.archunitjava.model.JavaAnnotationValue
Packages that use JavaAnnotationValue
-
Uses of JavaAnnotationValue in dev.archunitjava.model
Classes in dev.archunitjava.model that implement JavaAnnotationValueModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic final recordstatic final recordSubinterfaces with type arguments of type JavaAnnotationValue in dev.archunitjava.modelModifier and TypeInterfaceDescriptioninterfaceLossless annotation value vocabulary independent from the JDK parser API.Methods in dev.archunitjava.model that return JavaAnnotationValueModifier and TypeMethodDescriptionJavaAnnotationElement.value()Returns the value of thevaluerecord component.Methods in dev.archunitjava.model that return types with arguments of type JavaAnnotationValueModifier and TypeMethodDescriptionJavaMember.annotationDefault()JavaAnnotationValue.ArrayValue.values()Returns the value of thevaluesrecord component.Methods in dev.archunitjava.model with parameters of type JavaAnnotationValueModifier and TypeMethodDescriptiondefault intJavaAnnotationValue.compareTo(JavaAnnotationValue other) Constructors in dev.archunitjava.model with parameters of type JavaAnnotationValueModifierConstructorDescriptionJavaAnnotationElement(String name, JavaAnnotationValue value) Creates an instance of aJavaAnnotationElementrecord class.Constructor parameters in dev.archunitjava.model with type arguments of type JavaAnnotationValueModifierConstructorDescriptionArrayValue(List<JavaAnnotationValue> values) Creates an instance of aArrayValuerecord class. -
Uses of JavaAnnotationValue in dev.archunitjava.rules
Methods in dev.archunitjava.rules that return types with arguments of type JavaAnnotationValueModifier and TypeMethodDescriptionAnnotationValueCondition.expectedValue()Returns the value of theexpectedValuerecord component.Methods in dev.archunitjava.rules with parameters of type JavaAnnotationValueModifier and TypeMethodDescriptionstatic AnnotationValueConditionAnnotationValueCondition.equalTo(String elementName, JavaAnnotationValue value) static AnnotationValueConditionAnnotationValueCondition.notEqualTo(String elementName, JavaAnnotationValue value) Constructor parameters in dev.archunitjava.rules with type arguments of type JavaAnnotationValueModifierConstructorDescriptionAnnotationValueCondition(String elementName, AnnotationValueOperator operator, Optional<JavaAnnotationValue> expectedValue) Creates an instance of aAnnotationValueConditionrecord class.