Home
last modified time | relevance | path

Searched defs:typeParser (Results 1 – 7 of 7) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/
H A DDefaultDriverFactory.php24 private $typeParser; variable in JMS\\Serializer\\Builder\\DefaultDriverFactory
36 …ruct(PropertyNamingStrategyInterface $propertyNamingStrategy, ?ParserInterface $typeParser = null,…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php30 private $typeParser; variable in JMS\\Serializer\\Metadata\\Driver\\XmlDriver
36 …ce $locator, PropertyNamingStrategyInterface $namingStrategy, ?ParserInterface $typeParser = null,…
H A DYamlDriver.php30 private $typeParser; variable in JMS\\Serializer\\Metadata\\Driver\\YamlDriver
36 …ce $locator, PropertyNamingStrategyInterface $namingStrategy, ?ParserInterface $typeParser = null,…
H A DAbstractDoctrineTypeDriver.php66 protected $typeParser; variable in JMS\\Serializer\\Metadata\\Driver\\AbstractDoctrineTypeDriver
68 …onstruct(DriverInterface $delegate, ManagerRegistry $registry, ?ParserInterface $typeParser = null)
H A DAnnotationDriver.php63 private $typeParser; variable in JMS\\Serializer\\Metadata\\Driver\\AnnotationDriver
69 …der $reader, PropertyNamingStrategyInterface $namingStrategy, ?ParserInterface $typeParser = null,…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializer.php36 private $typeParser; variable in JMS\\Serializer\\Serializer
75 ?ParserInterface $typeParser = null
H A DSerializerBuilder.php151 private $typeParser; variable in JMS\\Serializer\\SerializerBuilder