Class 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 Detail

      • CorsCdiExtension

        public CorsCdiExtension()