Record Class GeneratedCodeOptions
java.lang.Object
java.lang.Record
dev.archunitjava.model.GeneratedCodeOptions
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratedCodeOptions(boolean enabled, Set<String> annotationBinaryNames) Creates an instance of aGeneratedCodeOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theannotationBinaryNamesrecord component.static GeneratedCodeOptionsdisabled()booleanenabled()Returns the value of theenabledrecord component.static GeneratedCodeOptionsfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GeneratedCodeOptions
-
-
Method Details
-
disabled
-
enabled
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
enabled
public boolean enabled()Returns the value of theenabledrecord component.- Returns:
- the value of the
enabledrecord component
-
annotationBinaryNames
-