@@ -14,8 +14,8 @@ |
||
14 | 14 | use RonteLtd\JsonApiBundle\Annotation\Attribute; |
15 | 15 | use RonteLtd\JsonApiBundle\Annotation\Relationship; |
16 | 16 | use RonteLtd\JsonApiBundle\Serializer\Mapping\AttributeMetadata; |
17 | -use RonteLtd\JsonApiBundle\Serializer\Mapping\ClassMetadataInterface; |
|
18 | 17 | use RonteLtd\JsonApiBundle\Serializer\Mapping\ClassAnnotationInterface; |
18 | +use RonteLtd\JsonApiBundle\Serializer\Mapping\ClassMetadataInterface; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Class AnnotationLoader |
@@ -11,12 +11,10 @@ |
||
11 | 11 | namespace RonteLtd\JsonApiBundle\Serializer\Normalizer; |
12 | 12 | |
13 | 13 | use RonteLtd\JsonApiBundle\Annotation\Attribute; |
14 | -use RonteLtd\JsonApiBundle\Annotation\Relationship; |
|
15 | 14 | use RonteLtd\JsonApiBundle\Annotation\ObjectNormalizer as ObjectNormalizerAnnotation; |
15 | +use RonteLtd\JsonApiBundle\Annotation\Relationship; |
|
16 | 16 | use RonteLtd\JsonApiBundle\Serializer\Exception\LogicException; |
17 | -use RonteLtd\JsonApiBundle\Serializer\Mapping\AttributeMetadata; |
|
18 | 17 | use RonteLtd\JsonApiBundle\Serializer\Mapping\AttributeMetadataInterface; |
19 | -use RonteLtd\JsonApiBundle\Serializer\Mapping\ClassAnnotationInterface; |
|
20 | 18 | use RonteLtd\JsonApiBundle\Serializer\Mapping\ClassMetadataInterface; |
21 | 19 | use RonteLtd\JsonApiBundle\Serializer\Mapping\Factory\MetadataFactoryInterface; |
22 | 20 | use Symfony\Component\PropertyAccess\PropertyAccessorInterface; |