1 | <?php |
||
15 | class JsonApiConfiguration implements ConfigurationInterface |
||
16 | 2 | { |
|
17 | 2 | /** |
|
18 | * {@inheritdoc} |
||
19 | 2 | */ |
|
20 | 2 | public function getConfigTreeBuilder() |
|
30 | 2 | ||
31 | /** |
||
32 | 2 | * Process mappers |
|
33 | * |
||
34 | * @param NodeBuilder $builder |
||
35 | */ |
||
36 | protected function processMappers(NodeBuilder $builder): void |
||
51 | |||
52 | /** |
||
53 | * Process http-clients |
||
54 | * |
||
55 | * @param NodeBuilder $builder |
||
56 | */ |
||
57 | protected function processClients(NodeBuilder $builder): void |
||
74 | |||
75 | /** |
||
76 | * Process endpoints of client |
||
77 | * |
||
78 | * @param NodeBuilder $builder |
||
79 | */ |
||
80 | protected function processEndpoints(NodeBuilder $builder): void |
||
94 | } |