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 Parameter
BaseGenerator.ITERABLE_T_ENTITIES
Iterable<T> entities
method parameter.protected static final Parameter
BaseGenerator.LIST_T_ENTITIES
List<T> entities
method parameter.protected static final Parameter
BaseGenerator.T_ENTITY
T entity
method parameter.