java.lang.Object
io.helidon.microprofile.cors.CorsCdiExtension
- All Implemented Interfaces:
Extension
CDI extension for processing CORS-annotated types.
Pre-computes the CrossOriginConfig
for each method which should have one and makes sure that the
CrossOrigin
annotation appears only on methods which also have OPTIONS
.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CorsCdiExtension
public CorsCdiExtension()
-