Uses of Interface
io.quarkus.gizmo2.creator.ParamCreator
Packages that use ParamCreator
-
Uses of ParamCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type ParamCreatorModifier and TypeMethodDescriptionExecutableCreator.parameter(String name, int position, Consumer<ParamCreator> builder) Add a parameter at the given position.ExecutableCreator.parameter(String name, Consumer<ParamCreator> builder) Add a parameter.