Uses of Interface
io.quarkus.gizmo2.creator.StaticMethodCreator
Packages that use StaticMethodCreator
-
Uses of StaticMethodCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type StaticMethodCreatorModifier and TypeMethodDescriptiondefault MethodDescTypeCreator.staticMethod(MethodDesc desc, Consumer<StaticMethodCreator> builder) Add a static method to this type having the same name and type as the given method.default MethodDescTypeCreator.staticMethod(String name, MethodTypeDesc type, Consumer<StaticMethodCreator> builder) Add a static method to this type having the given predefined method type.TypeCreator.staticMethod(String name, Consumer<StaticMethodCreator> builder) Add a static method to this type.