DenormalizingObjectConverter
final class DenormalizingObjectConverter implements TypeConverterInterface (View source)
Methods
string[]
getSupportedSourceTypes()
No description
string
getSupportedTargetType()
No description
string
getTargetTypeForSource(mixed $source, string $originalTargetType, PropertyMappingConfigurationInterface $configuration = null)
No description
int
getPriority()
Return the priority of this TypeConverter. TypeConverters with a high priority are chosen before low priority.
bool
canConvertFrom(mixed $source, string $targetType)
No description
static bool
canConvertFromSourceType(string $sourceType, string $targetType)
No description
static bool
isDenormalizable(string $targetType)
No description
array
getSourceChildPropertiesToBeConverted(mixed $source)
No description
string|null
getTypeOfChildProperty(string $targetType, string $propertyName, PropertyMappingConfigurationInterface $configuration)
No description
mixed|null|Error
convertFrom(mixed $source, string $targetType, array $convertedChildProperties = [], PropertyMappingConfigurationInterface $configuration = null)
No description
static mixed
convertFromSource(mixed $source, string $targetType)
No description
Details
string[]
getSupportedSourceTypes()
No description
string
getSupportedTargetType()
No description
string
getTargetTypeForSource(mixed $source, string $originalTargetType, PropertyMappingConfigurationInterface $configuration = null)
No description
int
getPriority()
Return the priority of this TypeConverter. TypeConverters with a high priority are chosen before low priority.
bool
canConvertFrom(mixed $source, string $targetType)
No description
static bool
canConvertFromSourceType(string $sourceType, string $targetType)
No description
static bool
isDenormalizable(string $targetType)
No description
array
getSourceChildPropertiesToBeConverted(mixed $source)
No description
string|null
getTypeOfChildProperty(string $targetType, string $propertyName, PropertyMappingConfigurationInterface $configuration)
No description
mixed|null|Error
convertFrom(mixed $source, string $targetType, array $convertedChildProperties = [], PropertyMappingConfigurationInterface $configuration = null)
No description
static mixed
convertFromSource(mixed $source, string $targetType)
No description