Guides
Tutorials
Converts \Symfony\Component\Validator\ConstraintViolationListInterface to a JSON API error representation.
class ApiPlatform\JsonApi\Serializer\ConstraintViolationListNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
public __construct(ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface $propertyMetadataFactory, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public normalize($object, null|string $format, array $context): array
public supportsNormalization($data, null|string $format, array $context): bool
public hasCacheableSupportsMethod(): bool
}
class ApiPlatform\JsonApi\Serializer\ConstraintViolationListNormalizer implements Symfony\Component\Serializer\Normalizer\NormalizerInterface, Symfony\Component\Serializer\Normalizer\CacheableSupportsMethodInterface
{
public __construct(ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface $propertyMetadataFactory, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public normalize($object, null|string $format, array $context): array
public supportsNormalization($data, null|string $format, array $context): bool
public hasCacheableSupportsMethod(): bool
}
public __construct(ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface $propertyMetadataFactory, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
public __construct(ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface $propertyMetadataFactory, null|Symfony\Component\Serializer\NameConverter\NameConverterInterface $nameConverter)
propertyMetadataFactory | ApiPlatform\Metadata\Property\Factory\PropertyMetadataFactoryInterface | |
nameConverter | Symfony\Component\Serializer\NameConverter\NameConverterInterface |
Normalizes an object into a set of arrays/scalars.
public normalize($object, null|string $format, array $context): array
public normalize($object, null|string $format, array $context): array
object | ||
format | string | |
context | array |
array
Checks whether the given class is supported for normalization by this normalizer.
public supportsNormalization($data, null|string $format, array $context): bool
public supportsNormalization($data, null|string $format, array $context): bool
data | ||
format | string | |
context | array |
bool
public hasCacheableSupportsMethod(): bool
public hasCacheableSupportsMethod(): bool
bool