Record Class MethodNameParser.Match
java.lang.Object
java.lang.Record
io.micronaut.data.processor.visitors.finders.MethodNameParser.Match
- Record Components:
id- The idpart- The string part
- Enclosing class:
MethodNameParser
public static record MethodNameParser.Match(MethodNameParser.MatchId id, String part)
extends Record
The match.
- Since:
- 4.2.0
- Author:
- Denis Stepanov
-
Constructor Summary
ConstructorsConstructorDescriptionMatch(MethodNameParser.MatchId id, String part) Creates an instance of aMatchrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.part()Returns the value of thepartrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
id
-
part
-