Uses of Enum Class
io.helidon.builder.codegen.OptionMethodType
Packages that use OptionMethodType
Package
Description
Code generation for
Blueprint annotated interfaces.SPI to allow extensibility of builders.
-
Uses of OptionMethodType in io.helidon.builder.codegen
Methods in io.helidon.builder.codegen that return OptionMethodTypeModifier and TypeMethodDescriptionstatic OptionMethodTypeReturns the enum constant of this class with the specified name.static OptionMethodType[]OptionMethodType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OptionMethodType in io.helidon.builder.codegen.spi
Methods in io.helidon.builder.codegen.spi with parameters of type OptionMethodTypeModifier and TypeMethodDescriptiondefault Optional<GeneratedMethod> BuilderCodegenExtension.method(OptionInfo option, GeneratedMethod method, OptionMethodType methodType) This allows modification to the methods generated for options by the default builder code generator.