Uses of Class
io.helidon.discovery.providers.eureka.CacheConfig.BuilderBase
Packages that use CacheConfig.BuilderBase
Package
Description
Provides classes and interfaces related to implementing discovery using Eureka.
-
Uses of CacheConfig.BuilderBase in io.helidon.discovery.providers.eureka
Classes in io.helidon.discovery.providers.eureka with type parameters of type CacheConfig.BuilderBaseModifier and TypeClassDescriptionstatic classCacheConfig.BuilderBase<BUILDER extends CacheConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends CacheConfig> Fluent API builder base forCacheConfig.Subclasses of CacheConfig.BuilderBase in io.helidon.discovery.providers.eurekaMethods in io.helidon.discovery.providers.eureka with parameters of type CacheConfig.BuilderBaseModifier and TypeMethodDescriptionCacheConfig.BuilderBase.from(CacheConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.discovery.providers.eureka with parameters of type CacheConfig.BuilderBaseModifierConstructorDescriptionprotectedCacheConfigImpl(CacheConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.