Record Class RoutesControlPanel.TargetMethod
java.lang.Object
java.lang.Record
io.micronaut.controlpanel.core.panels.RoutesControlPanel.TargetMethod
- Record Components:
name- Method name.arguments- Stringified argument list.
- Enclosing class:
RoutesControlPanel
-
Constructor Summary
ConstructorsConstructorDescriptionTargetMethod(String name, List<String> arguments) Creates an instance of aTargetMethodrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theargumentsrecord component.final booleanIndicates whether some other object is "equal to" this one.getName()final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TargetMethod
-
-
Method Details
-
getName
-
getArguments
-
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). -
name
-
arguments
-