Uses of Interface
io.quarkus.gizmo2.Gizmo
Packages that use Gizmo
-
Uses of Gizmo in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return GizmoModifier and TypeMethodDescriptionstatic GizmoGizmo.create(ClassOutput outputHandler) Returns a new Gizmo which outputs to the given handler by default.Gizmo.withDefaultModifiers(Consumer<ModifierConfigurator> builder) Returns a Gizmo instance which uses the default modifiers configured by the given configurator.Gizmo.withOutput(ClassOutput outputHandler) Returns a Gizmo instance which uses the given output handler.