Uses of Class
org.bardframework.commons.web.cors.CorsConfig
-
Packages that use CorsConfig Package Description org.bardframework.commons.web.cors -
-
Uses of CorsConfig in org.bardframework.commons.web.cors
Methods in org.bardframework.commons.web.cors that return CorsConfig Modifier and Type Method Description static CorsConfigCorsConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static CorsConfig[]CorsConfig. values()Returns an array containing the constants of this enum type, in the order they are declared.
-