Uses of Interface
io.quarkus.gizmo.ClassOutput
-
Uses of ClassOutput in io.quarkus.gizmo
Fields in io.quarkus.gizmo declared as ClassOutputModifier and TypeFieldDescriptionprivate ClassOutputClassCreator.Builder.classOutputprivate final ClassOutputClassCreator.classOutputMethods in io.quarkus.gizmo that return ClassOutputModifier and TypeMethodDescription(package private) ClassOutputClassCreator.getClassOutput()(package private) ClassOutputMethodCreatorImpl.getClassOutput()Methods in io.quarkus.gizmo with parameters of type ClassOutputModifier and TypeMethodDescriptionClassCreator.Builder.classOutput(ClassOutput classOutput) voidClassCreator.writeTo(ClassOutput classOutput) Write the class bytes to the given class output.Constructors in io.quarkus.gizmo with parameters of type ClassOutputModifierConstructorDescription(package private)ClassCreator(BytecodeCreatorImpl enclosing, ClassOutput classOutput, String name, String signature, String superClass, int access, String... interfaces) ClassCreator(ClassOutput classOutput, String name, String signature, String superClass, String... interfaces)