Home
last modified time | relevance | path

Searched refs:AnnotationDriver (Results 1 – 12 of 12) sorted by last modified time

/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/tests/
H A DXmlSchemaDateHandlerDeserializationTest.php12 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
57 … $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $naming));
64 $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader()));
H A DXmlSchemaDateHandlerSerializationTest.php11 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
55 … $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $naming));
62 $metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader()));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php10 use Doctrine\ODM\PHPCR\Mapping\Driver\AnnotationDriver as DoctrinePHPCRDriver;
11 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
101 return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy());
H A DAnnotationDriverTest.php8 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
15 …return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy(), null, $…
H A DDoctrineDriverTest.php10 use Doctrine\ORM\Mapping\Driver\AnnotationDriver as DoctrineDriver;
11 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
144 return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/
H A DIntegrationTest.php15 use Doctrine\ORM\Mapping\Driver\AnnotationDriver; alias
137 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
H A DObjectConstructorTest.php16 use Doctrine\ORM\Mapping\Driver\AnnotationDriver; alias
271 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DDefaultDriverFactory.php9 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
51 …new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser, $this->e…
55 … return new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php11 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
35 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $namingS…
H A DGraphNavigatorTest.php18 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias
154 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), new Iden…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md334 - Serializer fails if there is no AnnotationDriver in the DriverChain instance [\#815](https://gith…
794 - AnnotationDriver Exception on Missing Setter/Getter even on @Exclude'd Properties [\#516](https:/…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php51 class AnnotationDriver implements DriverInterface class