Searched refs:AnnotationDriver (Results 1 – 12 of 12) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/ |
H A D | DefaultDriverFactory.php | 9 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/Metadata/Driver/ |
H A D | AnnotationDriverTest.php | 8 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias 15 …return new AnnotationDriver(new AnnotationReader(), new IdenticalPropertyNamingStrategy(), null, $…
|
H A D | DoctrinePHPCRDriverTest.php | 10 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 D | DoctrineDriverTest.php | 10 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/goetas-webservices/xsd2php-runtime/tests/ |
H A D | XmlSchemaDateHandlerDeserializationTest.php | 12 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 D | XmlSchemaDateHandlerSerializationTest.php | 11 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/Serializer/ |
H A D | SerializationContextFactoryTest.php | 11 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias 35 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), $namingS…
|
H A D | GraphNavigatorTest.php | 18 use JMS\Serializer\Metadata\Driver\AnnotationDriver; alias 154 …$this->metadataFactory = new MetadataFactory(new AnnotationDriver(new AnnotationReader(), new Iden…
|
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Doctrine/ |
H A D | IntegrationTest.php | 15 use Doctrine\ORM\Mapping\Driver\AnnotationDriver; alias 137 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
|
H A D | ObjectConstructorTest.php | 16 use Doctrine\ORM\Mapping\Driver\AnnotationDriver; alias 271 $cfg->setMetadataDriverImpl(new AnnotationDriver(new AnnotationReader(), [
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
H A D | AnnotationDriver.php | 51 class AnnotationDriver implements DriverInterface class
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 334 - 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:/…
|