- java.lang.Object
-
- io.helidon.microprofile.cors.CorsCdiExtension
-
- All Implemented Interfaces:
Extension
public class CorsCdiExtension extends Object implements Extension
CDI extension for processing CORS-annotated types.Pre-computes the
CrossOriginConfig
for each method which should have one and makes sure that theCrossOrigin
annotation appears only on methods which also haveOPTIONS
.