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 classDefaultsParams.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 classGenerated 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 DefaultsParamsDefaultsParams.create()Create a new instance with default values.Methods in io.helidon.service.codegen with parameters of type DefaultsParamsModifier and TypeMethodDescriptionstatic DefaultsParams.BuilderDefaultsParams.builder(DefaultsParams instance) Create a new fluent API builder from an existing instance.static voidDefaultsCodegen.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.