name: BrevoRequestParser class_comment: null dependencies: - name: ChainRequestMatcher type: class source: Symfony\Component\HttpFoundation\ChainRequestMatcher - name: Request type: class source: Symfony\Component\HttpFoundation\Request - name: IpsRequestMatcher type: class source: Symfony\Component\HttpFoundation\RequestMatcher\IpsRequestMatcher - 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: BrevoPayloadConverter type: class source: Symfony\Component\Mailer\Bridge\Brevo\RemoteEvent\BrevoPayloadConverter - 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 traits: - Symfony\Component\HttpFoundation\ChainRequestMatcher - Symfony\Component\HttpFoundation\Request - Symfony\Component\HttpFoundation\RequestMatcher\IpsRequestMatcher - Symfony\Component\HttpFoundation\RequestMatcher\IsJsonRequestMatcher - Symfony\Component\HttpFoundation\RequestMatcher\MethodRequestMatcher - Symfony\Component\HttpFoundation\RequestMatcherInterface - Symfony\Component\Mailer\Bridge\Brevo\RemoteEvent\BrevoPayloadConverter - Symfony\Component\RemoteEvent\Event\Mailer\AbstractMailerEvent - Symfony\Component\RemoteEvent\Exception\ParseException - Symfony\Component\Webhook\Client\AbstractRequestParser - Symfony\Component\Webhook\Exception\RejectWebhookException interfaces: []