Uses of Class
org.bremersee.web.CorsProperties.CorsConfiguration
-
Packages that use CorsProperties.CorsConfiguration Package Description org.bremersee.web -
-
Uses of CorsProperties.CorsConfiguration in org.bremersee.web
Methods in org.bremersee.web that return types with arguments of type CorsProperties.CorsConfiguration Modifier and Type Method Description static @NotEmpty List<CorsProperties.CorsConfiguration>
CorsProperties. allowAllConfiguration()
Allow all configuration.@NotNull List<CorsProperties.CorsConfiguration>
CorsProperties. getConfigs()
Gets configs.
-