Uses of Class
io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.Parameter
-
Packages that use SignatureMethodCreator.Parameter Package Description io.quarkus.rest.data.panache.deployment.utils -
-
Uses of SignatureMethodCreator.Parameter in io.quarkus.rest.data.panache.deployment.utils
Methods in io.quarkus.rest.data.panache.deployment.utils that return SignatureMethodCreator.Parameter Modifier and Type Method Description static SignatureMethodCreator.ParameterSignatureMethodCreator. param(String name, Object type)static SignatureMethodCreator.ParameterSignatureMethodCreator. param(String name, Object clazz, io.quarkus.gizmo.Type type)Methods in io.quarkus.rest.data.panache.deployment.utils with parameters of type SignatureMethodCreator.Parameter Modifier and Type Method Description static io.quarkus.gizmo.MethodCreatorSignatureMethodCreator. getMethodCreator(String methodName, io.quarkus.gizmo.ClassCreator classCreator, SignatureMethodCreator.ReturnType returnType, SignatureMethodCreator.Parameter... parameters)Creates a method using a signature (which allows declaring parameterized types like lists).
-