Uses of Class
io.helidon.cors.CorsSupportHelper.Builder
Packages that use CorsSupportHelper.Builder
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
-
Uses of CorsSupportHelper.Builder in io.helidon.cors
Methods in io.helidon.cors that return CorsSupportHelper.BuilderModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Adds cross-origin information via config.CorsSupportHelper.Builder.mappedConfig(Config config) Deprecated, for removal: This API element is subject to removal in a future version.usemappedConfig(io.helidon.config.Config)insteadCorsSupportHelper.Builder.mappedConfig(Config config) Adds mapped cross-origin information via config.Sets the name; typically the name from the CORS support instance this helper helps.CorsSupportHelper.Builder.secondaryLookupSupplier(Supplier<Optional<CrossOriginConfig>> secondaryLookup) Sets the supplier for the secondary lookup of CORS information (typically not contained in configuration).
config(io.helidon.config.Config)instead