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