Uses of Interface
io.helidon.builder.codegen.PrototypeConfigured
Packages that use PrototypeConfigured
-
Uses of PrototypeConfigured in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type PrototypeConfiguredModifier and TypeClassDescriptionstatic classPrototypeConfigured.BuilderBase<BUILDER extends PrototypeConfigured.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConfigured> Fluent API builder base forPrototypeConfigured.Classes in io.helidon.builder.codegen that implement PrototypeConfiguredModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return PrototypeConfiguredModifier and TypeMethodDescriptionPrototypeConfigured.Builder.build()PrototypeConfigured.Builder.buildPrototype()static PrototypeConfiguredPrototypeConfigured.create()Create a new instance with default values.Methods in io.helidon.builder.codegen that return types with arguments of type PrototypeConfiguredModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.configured()Prototype configuration details.PrototypeInfo.BuilderBase.PrototypeInfoImpl.configured()PrototypeInfo.configured()Prototype configuration details.Methods in io.helidon.builder.codegen with parameters of type PrototypeConfiguredModifier and TypeMethodDescriptionstatic PrototypeConfigured.BuilderPrototypeConfigured.builder(PrototypeConfigured instance) Create a new fluent API builder from an existing instance.PrototypeInfo.BuilderBase.configured(PrototypeConfigured configured) Prototype configuration details.PrototypeConfigured.BuilderBase.from(PrototypeConfigured prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type PrototypeConfiguredModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.configured(Supplier<? extends PrototypeConfigured> supplier) Prototype configuration details.