Home
last modified time | relevance | path

Searched refs:objectConstructor (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/Factory/
H A DDeserializationGraphNavigatorFactory.php29 private $objectConstructor; variable in JMS\\Serializer\\GraphNavigator\\Factory\\DeserializationGraphNavigatorFactory
46 ObjectConstructorInterface $objectConstructor, argument
53 $this->objectConstructor = $objectConstructor;
61 …aphNavigator($this->metadataFactory, $this->handlerRegistry, $this->objectConstructor, $this->acce…
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php71 private $objectConstructor; variable in JMS\\Serializer\\GraphNavigator\\DeserializationGraphNavigator
80 ObjectConstructorInterface $objectConstructor, argument
88 $this->objectConstructor = $objectConstructor;
181 …$object = $this->objectConstructor->construct($this->visitor, $metadata, $data, $type, $this->cont…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php30 private $objectConstructor; variable in JMS\\Serializer\\Tests\\Serializer\\GraphNavigatorTest
108 …aphNavigator($this->metadataFactory, $this->handlerRegistry, $this->objectConstructor, $this->acce…
152 $this->objectConstructor = new UnserializeObjectConstructor();
159 …aphNavigator($this->metadataFactory, $this->handlerRegistry, $this->objectConstructor, $this->acce…
H A DBaseSerializationTest.php135 protected $objectConstructor; variable in JMS\\Serializer\\Tests\\Serializer\\BaseSerializationTest
733 $objectConstructor = new InitializedBlogPostConstructor();
736 $builder->setObjectConstructor($objectConstructor);
1452 $objectConstructor = new InitializedObjectConstructor(new UnserializeObjectConstructor());
1455 $builder->setObjectConstructor($objectConstructor);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php91 private $objectConstructor; variable in JMS\\Serializer\\SerializerBuilder
287 $this->objectConstructor = $constructor;
580 $this->objectConstructor ?: new UnserializeObjectConstructor(),