Record Class MavenCompilerPluginAnnotationProcessors
java.lang.Object
java.lang.Record
io.micronaut.projectgen.core.buildtools.maven.MavenCompilerPluginAnnotationProcessors
public record MavenCompilerPluginAnnotationProcessors(MavenCombineAttribute combineAttribute, List<DependencyCoordinate> annotationProcessors, MavenCombineAttribute testCombineAttribute, List<DependencyCoordinate> testAnnotationProcessors)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMavenCompilerPluginAnnotationProcessors
(MavenCombineAttribute combineAttribute, List<DependencyCoordinate> annotationProcessors, MavenCombineAttribute testCombineAttribute, List<DependencyCoordinate> testAnnotationProcessors) Creates an instance of aMavenCompilerPluginAnnotationProcessors
record class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theannotationProcessors
record component.Returns the value of thecombineAttribute
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.static MavenCombineAttribute
mavenCombineAttribute
(Language language) of
(ModuleContext module, Language language) Returns the value of thetestAnnotationProcessors
record component.Returns the value of thetestCombineAttribute
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
MavenCompilerPluginAnnotationProcessors
public MavenCompilerPluginAnnotationProcessors(MavenCombineAttribute combineAttribute, List<DependencyCoordinate> annotationProcessors, MavenCombineAttribute testCombineAttribute, List<DependencyCoordinate> testAnnotationProcessors) Creates an instance of aMavenCompilerPluginAnnotationProcessors
record class.- Parameters:
combineAttribute
- the value for thecombineAttribute
record componentannotationProcessors
- the value for theannotationProcessors
record componenttestCombineAttribute
- the value for thetestCombineAttribute
record componenttestAnnotationProcessors
- the value for thetestAnnotationProcessors
record component
-
-
Method Details
-
of
-
mavenCombineAttribute
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
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. All components in this record class are compared withObjects::equals(Object,Object)
. -
combineAttribute
Returns the value of thecombineAttribute
record component.- Returns:
- the value of the
combineAttribute
record component
-
annotationProcessors
Returns the value of theannotationProcessors
record component.- Returns:
- the value of the
annotationProcessors
record component
-
testCombineAttribute
Returns the value of thetestCombineAttribute
record component.- Returns:
- the value of the
testCombineAttribute
record component
-
testAnnotationProcessors
Returns the value of thetestAnnotationProcessors
record component.- Returns:
- the value of the
testAnnotationProcessors
record component
-