46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
name: UnwrappingDenormalizerContextBuilder
|
|
class_comment: null
|
|
dependencies:
|
|
- name: InvalidPropertyPathException
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\Exception\InvalidPropertyPathException
|
|
- name: PropertyPath
|
|
type: class
|
|
source: Symfony\Component\PropertyAccess\PropertyPath
|
|
- name: ContextBuilderInterface
|
|
type: class
|
|
source: Symfony\Component\Serializer\Context\ContextBuilderInterface
|
|
- name: ContextBuilderTrait
|
|
type: class
|
|
source: Symfony\Component\Serializer\Context\ContextBuilderTrait
|
|
- name: InvalidArgumentException
|
|
type: class
|
|
source: Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
- name: UnwrappingDenormalizer
|
|
type: class
|
|
source: Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
|
|
- name: ContextBuilderTrait
|
|
type: class
|
|
source: ContextBuilderTrait
|
|
properties: []
|
|
methods:
|
|
- name: withUnwrapPath
|
|
visibility: public
|
|
parameters:
|
|
- name: unwrapPath
|
|
comment: "# * A helper providing autocompletion for available UnwrappingDenormalizer\
|
|
\ options.\n# *\n# * @author Mathias Arlaud <mathias.arlaud@gmail.com>\n# */\n\
|
|
# final class UnwrappingDenormalizerContextBuilder implements ContextBuilderInterface\n\
|
|
# {\n# use ContextBuilderTrait;\n# \n# /**\n# * Configures the path of wrapped\
|
|
\ data during denormalization.\n# *\n# * Eg: [foo].bar[bar]\n# *\n# * @see https://symfony.com/doc/current/components/property_access.html\n\
|
|
# *\n# * @throws InvalidArgumentException"
|
|
traits:
|
|
- Symfony\Component\PropertyAccess\Exception\InvalidPropertyPathException
|
|
- Symfony\Component\PropertyAccess\PropertyPath
|
|
- Symfony\Component\Serializer\Context\ContextBuilderInterface
|
|
- Symfony\Component\Serializer\Context\ContextBuilderTrait
|
|
- Symfony\Component\Serializer\Exception\InvalidArgumentException
|
|
- Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
|
|
- ContextBuilderTrait
|
|
interfaces:
|
|
- ContextBuilderInterface
|