Uses of Interface
io.quarkus.gizmo2.Var
Packages that use Var
-
Uses of Var in io.quarkus.gizmo2
Subinterfaces of Var in io.quarkus.gizmo2Modifier and TypeInterfaceDescriptioninterfaceA variable corresponding to a field.interfaceAn instance field variable.interfaceA local variable.interfaceA variable representing a method call parameter.interfaceA variable corresponding to a static field. -
Uses of Var in io.quarkus.gizmo2.creator
Methods in io.quarkus.gizmo2.creator that return VarModifier and TypeMethodDescriptiondefault VarCapture an enclosing variable so that it may be used in the lambda body.Capture an enclosing value as a variable so that it may be used in the lambda body.Methods in io.quarkus.gizmo2.creator with parameters of type VarModifier and TypeMethodDescriptionvoidBlockCreator.autoClose(Var resource, Consumer<BlockCreator> body) Open a resource and run the given body with the resource, automatically closing it at the end.default VarCapture an enclosing variable so that it may be used in the lambda body.default LocalVarDeclare a local variable, which is initialized to the given variable's current value.