Uses of Class
io.quarkus.gizmo2.creator.ops.StringBuilderOps
Packages that use StringBuilderOps
-
Uses of StringBuilderOps in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator that return StringBuilderOpsModifier and TypeMethodDescriptiondefault StringBuilderOpsBlockCreator.withNewStringBuilder()Creates aStringBuildergenerator that helps to generate a chain ofappendcalls and a finaltoStringcall.default StringBuilderOpsBlockCreator.withNewStringBuilder(int capacity) Creates aStringBuildergenerator that helps to generate a chain ofappendcalls and a finaltoStringcall.default StringBuilderOpsBlockCreator.withStringBuilder(Expr receiver) Creates aStringBuildergenerator that helps to generate a chain ofappendcalls and a finaltoStringcall. -
Uses of StringBuilderOps in io.quarkus.gizmo2.creator.ops
Methods in io.quarkus.gizmo2.creator.ops that return StringBuilderOpsModifier and TypeMethodDescriptionStringBuilderOps.append(char constant) Appends the givencharconstant to thisStringBuilder.Appends the string value of givenexprto thisStringBuilder.Appends the givenStringconstant to thisStringBuilder.StringBuilderOps.appendCodePoint(int codePoint) Appends the given code point to thisStringBuilder.StringBuilderOps.appendCodePoint(Expr codePoint) Appends the given code point to thisStringBuilder.