Uses of Class
io.helidon.cors.CorsSupportHelper.Builder
Package
Description
Common cross origin configuration and types used by all Helidon flavors.
-
Uses of CorsSupportHelper.Builder in io.helidon.cors
Modifier and TypeMethodDescriptionAdds cross-origin information via config.CorsSupportHelper.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).