Uses of Enum Class
dev.archunitjava.rules.AnnotationValueOperator
Packages that use AnnotationValueOperator
-
Uses of AnnotationValueOperator in dev.archunitjava.rules
Subclasses with type arguments of type AnnotationValueOperator in dev.archunitjava.rulesModifier and TypeClassDescriptionenumDeterministic operations over explicitly encoded, typed annotation elements.Methods in dev.archunitjava.rules that return AnnotationValueOperatorModifier and TypeMethodDescriptionAnnotationValueCondition.operator()Returns the value of theoperatorrecord component.static AnnotationValueOperatorReturns the enum constant of this class with the specified name.static AnnotationValueOperator[]AnnotationValueOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.archunitjava.rules with parameters of type AnnotationValueOperatorModifierConstructorDescriptionAnnotationValueCondition(String elementName, AnnotationValueOperator operator, Optional<JavaAnnotationValue> expectedValue) Creates an instance of aAnnotationValueConditionrecord class.