Class CorsCdiExtension

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 the CrossOrigin annotation appears only on methods which also have OPTIONS.

  • Constructor Details

    • CorsCdiExtension

      public CorsCdiExtension()