name: MailgunRequestParser
class_comment: null
dependencies:
- name: ChainRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\ChainRequestMatcher
- name: Request
  type: class
  source: Symfony\Component\HttpFoundation\Request
- name: IsJsonRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- name: MethodRequestMatcher
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- name: RequestMatcherInterface
  type: class
  source: Symfony\Component\HttpFoundation\RequestMatcherInterface
- name: MailgunPayloadConverter
  type: class
  source: Symfony\Component\Mailer\Bridge\Mailgun\RemoteEvent\MailgunPayloadConverter
- name: InvalidArgumentException
  type: class
  source: Symfony\Component\Mailer\Exception\InvalidArgumentException
- name: AbstractMailerEvent
  type: class
  source: Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- name: ParseException
  type: class
  source: Symfony\Component\RemoteEvent\Exception\ParseException
- name: AbstractRequestParser
  type: class
  source: Symfony\Component\Webhook\Client\AbstractRequestParser
- name: RejectWebhookException
  type: class
  source: Symfony\Component\Webhook\Exception\RejectWebhookException
properties: []
methods:
- name: __construct
  visibility: public
  parameters:
  - name: converter
  comment: null
- name: getRequestMatcher
  visibility: protected
  parameters: []
  comment: null
- name: doParse
  visibility: protected
  parameters:
  - name: request
  - name: secret
  comment: null
- name: validateSignature
  visibility: private
  parameters:
  - name: signature
  - name: secret
  comment: null
traits:
- Symfony\Component\HttpFoundation\ChainRequestMatcher
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher
- Symfony\Component\HttpFoundation\RequestMatcherInterface
- Symfony\Component\Mailer\Bridge\Mailgun\RemoteEvent\MailgunPayloadConverter
- Symfony\Component\Mailer\Exception\InvalidArgumentException
- Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent
- Symfony\Component\RemoteEvent\Exception\ParseException
- Symfony\Component\Webhook\Client\AbstractRequestParser
- Symfony\Component\Webhook\Exception\RejectWebhookException
interfaces: []