Uses of Class
io.helidon.codegen.classmodel.AnnotationParameter.Builder
Packages that use AnnotationParameter.Builder
-
Uses of AnnotationParameter.Builder in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return AnnotationParameter.BuilderModifier and TypeMethodDescriptionstatic AnnotationParameter.Builder
AnnotationParameter.builder()
Create newAnnotationParameter.Builder
.Set annotation parameter value.Methods in io.helidon.codegen.classmodel with parameters of type AnnotationParameter.BuilderModifier and TypeMethodDescriptionAnnotation.Builder.addParameter
(AnnotationParameter.Builder builder) Adds annotation parameter.Method parameters in io.helidon.codegen.classmodel with type arguments of type AnnotationParameter.BuilderModifier and TypeMethodDescriptionAnnotation.Builder.addParameter
(Consumer<AnnotationParameter.Builder> consumer) Adds annotation parameter.