Uses of Class
io.helidon.codegen.classmodel.Parameter
Packages that use Parameter
Package
Description
Class model generator for annotation processors.
Common code processing and generation.
-
Uses of Parameter in io.helidon.codegen.classmodel
Methods in io.helidon.codegen.classmodel that return ParameterMethods in io.helidon.codegen.classmodel that return types with arguments of type ParameterMethods in io.helidon.codegen.classmodel with parameters of type ParameterModifier and TypeMethodDescriptionExecutable.Builder.addParameter(Parameter parameter) Add new method parameter.Method parameters in io.helidon.codegen.classmodel with type arguments of type ParameterModifier and TypeMethodDescriptionExecutable.Builder.addParameter(Supplier<Parameter> supplier) Add new method parameter. -
Uses of Parameter in io.helidon.data.codegen.common
Fields in io.helidon.data.codegen.common declared as ParameterModifier and TypeFieldDescriptionprotected static final ParameterBaseGenerator.ITERABLE_T_ENTITIESIterable<T> entitiesmethod parameter.protected static final ParameterBaseGenerator.LIST_T_ENTITIESList<T> entitiesmethod parameter.protected static final ParameterBaseGenerator.T_ENTITYT entitymethod parameter.