api/symfony/Component/Serializer/Context/Normalizer/PropertyNormalizerContextBuilder.yaml

32 lines
755 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
name: PropertyNormalizerContextBuilder
class_comment: null
dependencies:
- name: PropertyNormalizer
type: class
source: Symfony\Component\Serializer\Normalizer\PropertyNormalizer
properties: []
methods:
- name: withNormalizeVisibility
visibility: public
parameters:
- name: normalizeVisibility
comment: '# * A helper providing autocompletion for available PropertyNormalizer
options.
# *
# * @author Mathias Arlaud <mathias.arlaud@gmail.com>
# */
# final class PropertyNormalizerContextBuilder extends AbstractObjectNormalizerContextBuilder
# {
# /**
# * Configures whether fields should be output based on visibility.'
traits:
- Symfony\Component\Serializer\Normalizer\PropertyNormalizer
interfaces: []