Uses of Interface
io.quarkus.gizmo.MethodCreator
-
Uses of MethodCreator in io.quarkus.gizmo
Classes in io.quarkus.gizmo that implement MethodCreatorModifier and TypeClassDescription(package private) class(package private) classMethods in io.quarkus.gizmo that return MethodCreatorModifier and TypeMethodDescriptiondefault MethodCreatorMethodCreator.addException(Class<?> exception) Adds an exception to the method signatureMethodCreator.addException(String exception) Adds an exception to the method signatureMethodCreatorImpl.addException(String exception) ClassTransformer.addMethod(MethodDescriptor methodDescriptor) Returns aMethodCreatorto configure a new method that will be added to this class.Returns aMethodCreatorto configure a new method that will be added to this class.ClassCreator.getConstructorCreator(Class<?>... parameters) ClassCreator.getConstructorCreator(String... parameters) ClassCreator.getMethodCreator(MethodDescriptor methodDescriptor) ClassCreator.getMethodCreator(String name, Class<?> returnType, Class<?>... parameters) ClassCreator.getMethodCreator(String name, Object returnType, Object... parameters) ClassCreator.getMethodCreator(String name, String returnType, String... parameters) MethodCreatorImpl.setModifiers(int mods) MethodCreatorImpl.setSignature(String signature)