Package io.quarkus.qute.generator
Class ExtensionMethodGenerator.Parameters
java.lang.Object
io.quarkus.qute.generator.ExtensionMethodGenerator.Parameters
- All Implemented Interfaces:
Iterable<ExtensionMethodGenerator.Param>
- Enclosing class:
- ExtensionMethodGenerator
public static final class ExtensionMethodGenerator.Parameters
extends Object
implements Iterable<ExtensionMethodGenerator.Param>
-
Constructor Summary
ConstructorsConstructorDescriptionParameters(org.jboss.jandex.MethodInfo method, boolean isNameParameterRequired, boolean hasNamespace) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Parameters
public Parameters(org.jboss.jandex.MethodInfo method, boolean isNameParameterRequired, boolean hasNamespace)
-
-
Method Details
-
parameterTypesAsStringArray
-
getFirst
public ExtensionMethodGenerator.Param getFirst(io.quarkus.qute.generator.ExtensionMethodGenerator.ParamKind kind) -
get
-
size
public int size() -
needsEvaluation
public boolean needsEvaluation() -
evaluated
-
iterator
- Specified by:
iteratorin interfaceIterable<ExtensionMethodGenerator.Param>
-