Searched refs:propertyNamingStrategy (Results 1 – 2 of 2) sorted by relevance
/plugin/findologicxmlexport/vendor/jms/serializer/src/Builder/ |
H A D | DefaultDriverFactory.php | 29 private $propertyNamingStrategy; variable in JMS\\Serializer\\Builder\\DefaultDriverFactory 36 …public function __construct(PropertyNamingStrategyInterface $propertyNamingStrategy, ?ParserInterf… argument 39 $this->propertyNamingStrategy = $propertyNamingStrategy; 49 …new YamlDriver($fileLocator, $this->propertyNamingStrategy, $this->typeParser, $this->expressionEv… 50 …new XmlDriver($fileLocator, $this->propertyNamingStrategy, $this->typeParser, $this->expressionEva… 51 …new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser, $this->e… 55 … return new AnnotationDriver($annotationReader, $this->propertyNamingStrategy, $this->typeParser);
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/ |
H A D | SerializerBuilder.php | 111 private $propertyNamingStrategy; variable in JMS\\Serializer\\SerializerBuilder 292 …c function setPropertyNamingStrategy(PropertyNamingStrategyInterface $propertyNamingStrategy): self argument 294 $this->propertyNamingStrategy = $propertyNamingStrategy; 518 $this->propertyNamingStrategy, 589 if (null !== $this->propertyNamingStrategy) { 593 …$this->propertyNamingStrategy = new SerializedNameAnnotationStrategy(new CamelCaseNamingStrategy()…
|