Uses of Class
io.quarkus.rest.data.panache.deployment.utils.SignatureMethodCreator.ReturnType
Packages that use SignatureMethodCreator.ReturnType
-
Uses of SignatureMethodCreator.ReturnType in io.quarkus.rest.data.panache.deployment.utils
Methods in io.quarkus.rest.data.panache.deployment.utils that return SignatureMethodCreator.ReturnTypeMethods in io.quarkus.rest.data.panache.deployment.utils with parameters of type SignatureMethodCreator.ReturnTypeModifier and TypeMethodDescriptionstatic 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).