Uses of Interface
io.helidon.service.codegen.DefaultsParams
Packages that use DefaultsParams
-
Uses of DefaultsParams in io.helidon.service.codegen
Classes in io.helidon.service.codegen with type parameters of type DefaultsParamsModifier and TypeClassDescriptionstatic class
DefaultsParams.BuilderBase<BUILDER extends DefaultsParams.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends DefaultsParams> Fluent API builder base forDefaultsParams
.Classes in io.helidon.service.codegen that implement DefaultsParamsModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.service.codegen that return DefaultsParamsModifier and TypeMethodDescriptionDefaultsParams.Builder.build()
DefaultsParams.Builder.buildPrototype()
static DefaultsParams
DefaultsParams.create()
Create a new instance with default values.Methods in io.helidon.service.codegen with parameters of type DefaultsParamsModifier and TypeMethodDescriptionstatic DefaultsParams.Builder
DefaultsParams.builder
(DefaultsParams instance) Create a new fluent API builder from an existing instance.static void
DefaultsCodegen.codegenOptional
(ContentBuilder<?> contentBuilder, DefaultsCodegen.DefaultCode defaultCode, FieldHandler constantHandler, DefaultsParams params) Code generate default handling after an optional of the correct type.DefaultsParams.BuilderBase.from
(DefaultsParams prototype) Update this builder from an existing prototype instance.