Uses of Interface
io.helidon.builder.codegen.PrototypeConstant
Packages that use PrototypeConstant
-
Uses of PrototypeConstant in io.helidon.builder.codegen
Classes in io.helidon.builder.codegen with type parameters of type PrototypeConstantModifier and TypeClassDescriptionstatic classPrototypeConstant.BuilderBase<BUILDER extends PrototypeConstant.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends PrototypeConstant> Fluent API builder base forPrototypeConstant.Classes in io.helidon.builder.codegen that implement PrototypeConstantModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.builder.codegen that return PrototypeConstantModifier and TypeMethodDescriptionPrototypeConstant.Builder.build()PrototypeConstant.Builder.buildPrototype()Methods in io.helidon.builder.codegen that return types with arguments of type PrototypeConstantModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.constants()Constants to be defined on the prototype.PrototypeInfo.BuilderBase.PrototypeInfoImpl.constants()PrototypeInfo.constants()Constants to be defined on the prototype.Methods in io.helidon.builder.codegen with parameters of type PrototypeConstantModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addConstant(PrototypeConstant constant) Constants to be defined on the prototype.static PrototypeConstant.BuilderPrototypeConstant.builder(PrototypeConstant instance) Create a new fluent API builder from an existing instance.PrototypeConstant.BuilderBase.from(PrototypeConstant prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.builder.codegen with type arguments of type PrototypeConstantModifier and TypeMethodDescriptionPrototypeInfo.BuilderBase.addConstants(List<? extends PrototypeConstant> constants) Constants to be defined on the prototype.PrototypeInfo.BuilderBase.constants(List<? extends PrototypeConstant> constants) Constants to be defined on the prototype.