Uses of Interface
io.quarkus.gizmo2.creator.AbstractMethodCreator
Packages that use AbstractMethodCreator
-
Uses of AbstractMethodCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type AbstractMethodCreatorModifier and TypeMethodDescriptiondefault MethodDescClassCreator.abstractMethod(MethodDesc desc, Consumer<AbstractMethodCreator> builder) Add an abstract instance method to the class having the same name and type as the given method.default MethodDescClassCreator.abstractMethod(String name, MethodTypeDesc type, Consumer<AbstractMethodCreator> builder) Add an abstract instance method to the class having the given predefined type.ClassCreator.abstractMethod(String name, Consumer<AbstractMethodCreator> builder) Add an abstract instance method to the class.default MethodDescInterfaceCreator.method(MethodDesc desc, Consumer<AbstractMethodCreator> builder) Add an interface method to the interface having the same name and type as the given method.default MethodDescInterfaceCreator.method(String name, MethodTypeDesc type, Consumer<AbstractMethodCreator> builder) Add an interface method to the interface having the given predefined type.InterfaceCreator.method(String name, Consumer<AbstractMethodCreator> builder) Add an interface method to the interface.default MethodDescClassCreator.nativeMethod(MethodDesc desc, Consumer<AbstractMethodCreator> builder) Add a native instance method to the class having the same name and type as the given method.default MethodDescClassCreator.nativeMethod(String name, MethodTypeDesc type, Consumer<AbstractMethodCreator> builder) Add a native instance method to the class having the given predefined type.ClassCreator.nativeMethod(String name, Consumer<AbstractMethodCreator> builder) Add a native instance method to the class.default MethodDescClassCreator.staticNativeMethod(MethodDesc desc, Consumer<AbstractMethodCreator> builder) Add a native static method to the class having the same name and type as the given method.default MethodDescClassCreator.staticNativeMethod(String name, MethodTypeDesc type, Consumer<AbstractMethodCreator> builder) Add a native static method to the class having the given predefined type.ClassCreator.staticNativeMethod(String name, Consumer<AbstractMethodCreator> builder) Add a native static method to the class.