Uses of Interface
io.quarkus.gizmo.MethodCreator
-
-
Uses of MethodCreator in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement MethodCreator Modifier and Type Class Description (package private) classClassTransfromerMethodCreatorImpl(package private) classMethodCreatorImplMethods in io.quarkus.gizmo that return MethodCreator Modifier and Type Method Description default MethodCreatorMethodCreator. addException(java.lang.Class<?> exception)Adds an exception to the method signatureMethodCreatorMethodCreator. addException(java.lang.String exception)Adds an exception to the method signatureMethodCreatorMethodCreatorImpl. addException(java.lang.String exception)MethodCreatorClassTransformer. addMethod(MethodDescriptor methodDescriptor)Returns aMethodCreatorto configure a new method that will be added to this class.MethodCreatorClassTransformer. addMethod(java.lang.String name, java.lang.Object returnType, java.lang.Object... parameters)Returns aMethodCreatorto configure a new method that will be added to this class.MethodCreatorClassCreator. getConstructorCreator(java.lang.Class<?>... parameters)MethodCreatorClassCreator. getConstructorCreator(java.lang.String... parameters)MethodCreatorClassCreator. getMethodCreator(MethodDescriptor methodDescriptor)MethodCreatorClassCreator. getMethodCreator(java.lang.String name, java.lang.Class<?> returnType, java.lang.Class<?>... parameters)MethodCreatorClassCreator. getMethodCreator(java.lang.String name, java.lang.Object returnType, java.lang.Object... parameters)MethodCreatorClassCreator. getMethodCreator(java.lang.String name, java.lang.String returnType, java.lang.String... parameters)MethodCreatorMethodCreatorImpl. setModifiers(int mods)MethodCreatorMethodCreatorImpl. setSignature(java.lang.String signature)
-