Uses of Interface
io.helidon.integrations.oci.ConfigMethodConfig
Packages that use ConfigMethodConfig
-
Uses of ConfigMethodConfig in io.helidon.integrations.oci
Classes in io.helidon.integrations.oci with type parameters of type ConfigMethodConfigModifier and TypeClassDescriptionstatic class
ConfigMethodConfig.BuilderBase<BUILDER extends ConfigMethodConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends ConfigMethodConfig> Fluent API builder base forConfigMethodConfig
.Classes in io.helidon.integrations.oci that implement ConfigMethodConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.oci that return ConfigMethodConfigModifier and TypeMethodDescriptionConfigMethodConfig.Builder.build()
ConfigMethodConfig.Builder.buildPrototype()
static ConfigMethodConfig
ConfigMethodConfig.create()
Create a new instance with default values.static ConfigMethodConfig
Create a new instance from configuration.Methods in io.helidon.integrations.oci that return types with arguments of type ConfigMethodConfigModifier and TypeMethodDescriptionOciConfig.BuilderBase.configMethodConfig()
Config method configuration (if provided and used).OciConfig.BuilderBase.OciConfigImpl.configMethodConfig()
Methods in io.helidon.integrations.oci with parameters of type ConfigMethodConfigModifier and TypeMethodDescriptionstatic ConfigMethodConfig.Builder
ConfigMethodConfig.builder
(ConfigMethodConfig instance) Create a new fluent API builder from an existing instance.OciConfig.BuilderBase.configMethodConfig
(ConfigMethodConfig configMethodConfig) Config method configuration (if provided and used).ConfigMethodConfig.BuilderBase.from
(ConfigMethodConfig prototype) Update this builder from an existing prototype instance.