Uses of Interface
io.quarkus.gizmo2.creator.InstanceMethodCreator
Packages that use InstanceMethodCreator
-
Uses of InstanceMethodCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type InstanceMethodCreatorModifier and TypeMethodDescriptiondefault MethodDescInterfaceCreator.defaultMethod(MethodDesc desc, Consumer<InstanceMethodCreator> builder) Add a default method to the interface having the same name and type as the given method.default MethodDescInterfaceCreator.defaultMethod(String name, MethodTypeDesc type, Consumer<InstanceMethodCreator> builder) Add a default method to the interface having the given predefined type.InterfaceCreator.defaultMethod(String name, Consumer<InstanceMethodCreator> builder) Add a default method to the interface.default MethodDescClassCreator.method(MethodDesc desc, Consumer<InstanceMethodCreator> builder) Add an instance method to the class having the same name and type as the given method.default MethodDescClassCreator.method(String name, MethodTypeDesc type, Consumer<InstanceMethodCreator> builder) Add an instance method to the class having the given predefined type.ClassCreator.method(String name, Consumer<InstanceMethodCreator> builder) Add an instance method to the class.default MethodDescInterfaceCreator.privateMethod(MethodDesc desc, Consumer<InstanceMethodCreator> builder) Add a private method to the interface having the same name and type as the given method.default MethodDescInterfaceCreator.privateMethod(String name, MethodTypeDesc type, Consumer<InstanceMethodCreator> builder) Add a private method to the interface having the given predefined type.InterfaceCreator.privateMethod(String name, Consumer<InstanceMethodCreator> builder) Add a private instance method to the interface.