Lines Matching refs:handlerRegistry
71 private $handlerRegistry; variable in JMS\\Serializer\\SerializerBuilder
178 …public function __construct(?HandlerRegistryInterface $handlerRegistry = null, ?EventDispatcherInt… argument
181 $this->handlerRegistry = $handlerRegistry ?: new HandlerRegistry();
186 if ($handlerRegistry) {
253 $this->handlerRegistry->registerSubscribingHandler(new DateHandler());
254 $this->handlerRegistry->registerSubscribingHandler(new StdClassHandler());
255 $this->handlerRegistry->registerSubscribingHandler(new ArrayCollectionHandler());
256 $this->handlerRegistry->registerSubscribingHandler(new IteratorHandler());
264 $closure($this->handlerRegistry);
568 $this->handlerRegistry,
579 $this->handlerRegistry,