Uses of Interface
io.quarkus.gizmo2.creator.TypeParameterCreator
Packages that use TypeParameterCreator
-
Uses of TypeParameterCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type TypeParameterCreatorModifier and TypeMethodDescriptionTypeParameterizedCreator.typeParameter(String name, Consumer<TypeParameterCreator> builder) Creates a type parameter with givennameand allows configuring its bounds.