Module io.quarkus.qute.generator
Package io.quarkus.qute.generator
Record Class ExtensionMethodGenerator.NamespaceExtensionMethodInfo
java.lang.Object
java.lang.Record
io.quarkus.qute.generator.ExtensionMethodGenerator.NamespaceExtensionMethodInfo
- Enclosing class:
ExtensionMethodGenerator
-
Constructor Summary
ConstructorsConstructorDescriptionNamespaceExtensionMethodInfo(org.jboss.jandex.MethodInfo method, String matchName, Set<String> matchNames, String matchRegex, ExtensionMethodGenerator.Parameters params) Creates an instance of aNamespaceExtensionMethodInforecord 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.Returns the value of thematchNamerecord component.Returns the value of thematchNamesrecord component.Returns the value of thematchRegexrecord component.org.jboss.jandex.MethodInfomethod()Returns the value of themethodrecord component.params()Returns the value of theparamsrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
NamespaceExtensionMethodInfo
public NamespaceExtensionMethodInfo(org.jboss.jandex.MethodInfo method, String matchName, Set<String> matchNames, String matchRegex, ExtensionMethodGenerator.Parameters params) Creates an instance of aNamespaceExtensionMethodInforecord class.- Parameters:
method- the value for themethodrecord componentmatchName- the value for thematchNamerecord componentmatchNames- the value for thematchNamesrecord componentmatchRegex- the value for thematchRegexrecord componentparams- the value for theparamsrecord component
-
-
Method Details
-
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). -
method
public org.jboss.jandex.MethodInfo method()Returns the value of themethodrecord component.- Returns:
- the value of the
methodrecord component
-
matchName
Returns the value of thematchNamerecord component.- Returns:
- the value of the
matchNamerecord component
-
matchNames
Returns the value of thematchNamesrecord component.- Returns:
- the value of the
matchNamesrecord component
-
matchRegex
Returns the value of thematchRegexrecord component.- Returns:
- the value of the
matchRegexrecord component
-
params
Returns the value of theparamsrecord component.- Returns:
- the value of the
paramsrecord component
-