Uses of Class
io.tech1.framework.domain.properties.configs.mvc.CorsConfigs
-
Packages that use CorsConfigs Package Description io.tech1.framework.domain.properties.configs io.tech1.framework.domain.properties.configs.mvc -
-
Uses of CorsConfigs in io.tech1.framework.domain.properties.configs
Methods in io.tech1.framework.domain.properties.configs that return CorsConfigs Modifier and Type Method Description CorsConfigsMvcConfigs. getCorsConfigs()Methods in io.tech1.framework.domain.properties.configs with parameters of type CorsConfigs Modifier and Type Method Description static MvcConfigsMvcConfigs. of(boolean enabled, String frameworkBasePathPrefix, CorsConfigs corsConfigs)voidMvcConfigs. setCorsConfigs(CorsConfigs corsConfigs) -
Uses of CorsConfigs in io.tech1.framework.domain.properties.configs.mvc
Methods in io.tech1.framework.domain.properties.configs.mvc that return CorsConfigs Modifier and Type Method Description static CorsConfigsCorsConfigs. of(String pathPattern, String[] allowedOrigins, String[] allowedMethods, String[] allowedHeaders, boolean allowCredentials, String[] exposedHeaders)
-