Uses of Interface
io.quarkus.gizmo2.creator.ConstructorCreator
Packages that use ConstructorCreator
-
Uses of ConstructorCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type ConstructorCreatorModifier and TypeMethodDescriptiondefault ConstructorDescClassCreator.constructor(ConstructorDesc desc, Consumer<ConstructorCreator> builder) Add a constructor to the class having the same type as the given constructor.default ConstructorDescClassCreator.constructor(MethodTypeDesc type, Consumer<ConstructorCreator> builder) Add a constructor to the class having the given predefined type.ClassCreator.constructor(Consumer<ConstructorCreator> builder) Add a constructor to the class.