48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
name: ConstraintViolationListNormalizer
|
|
class_comment: null
|
|
dependencies:
|
|
- name: NameConverterInterface
|
|
type: class
|
|
source: Symfony\Component\Serializer\NameConverter\NameConverterInterface
|
|
- name: ConstraintViolationListInterface
|
|
type: class
|
|
source: Symfony\Component\Validator\ConstraintViolationListInterface
|
|
properties: []
|
|
methods:
|
|
- name: __construct
|
|
visibility: public
|
|
parameters:
|
|
- name: defaultContext
|
|
default: '[]'
|
|
- name: nameConverter
|
|
default: 'null'
|
|
comment: null
|
|
- name: getSupportedTypes
|
|
visibility: public
|
|
parameters:
|
|
- name: format
|
|
comment: null
|
|
- name: normalize
|
|
visibility: public
|
|
parameters:
|
|
- name: object
|
|
- name: format
|
|
default: 'null'
|
|
- name: context
|
|
default: '[]'
|
|
comment: null
|
|
- name: supportsNormalization
|
|
visibility: public
|
|
parameters:
|
|
- name: data
|
|
- name: format
|
|
default: 'null'
|
|
- name: context
|
|
default: '[]'
|
|
comment: null
|
|
traits:
|
|
- Symfony\Component\Serializer\NameConverter\NameConverterInterface
|
|
- Symfony\Component\Validator\ConstraintViolationListInterface
|
|
interfaces:
|
|
- RFC7807
|
|
- NormalizerInterface
|