MetadataAwareNameConverter
class MetadataAwareNameConverter implements AdvancedNameConverterInterface
Methods
__construct(ClassMetadataFactoryInterface $metadataFactory, NameConverterInterface $fallbackNameConverter = null)
No description
string
normalize(string $propertyName, string $class = null, string $format = null, array $context = array())
Converts a property name to its normalized value.
string
denormalize(string $propertyName, string $class = null, string $format = null, array $context = array())
Converts a property name to its denormalized value.