Uses of Interface
io.quarkus.gizmo2.ClassOutput
Packages that use ClassOutput
-
Uses of ClassOutput in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return ClassOutputModifier and TypeMethodDescriptiondefault ClassOutputClassOutput.andThen(ClassOutput next) Returns a class output that write the class bytes to this output as well as the given one.static ClassOutputClassOutput.fileWriter(Path basePath) Returns a class output for the given path.Methods in io.quarkus.gizmo2 with parameters of type ClassOutputModifier and TypeMethodDescriptiondefault ClassOutputClassOutput.andThen(ClassOutput next) Returns a class output that write the class bytes to this output as well as the given one.static GizmoGizmo.create(ClassOutput outputHandler) Returns a new Gizmo which outputs to the given handler by default.Gizmo.withOutput(ClassOutput outputHandler) Returns a Gizmo instance which uses the given output handler.