Method |
Description |
|
getConfigurationFor ( string $propertyName ) : Neos\Flow\Property\PropertyMappingConfigurationInterface |
Returns the sub-configuration for the passed $propertyName. Must ALWAYS return a valid configuration object! |
|
getConfigurationValue ( string $typeConverterClassName, string $key ) : mixed |
|
|
getTargetPropertyName ( string $sourcePropertyName ) : string |
Maps the given $sourcePropertyName to a target property name. |
|
getTypeConverter ( ) : Neos\Flow\Property\TypeConverterInterface |
This method can be used to explicitely force a TypeConverter to be used for this Configuration. |
|
shouldMap ( string $propertyName ) : boolean |
|
|
shouldSkip ( string $propertyName ) : boolean |
Check if the given $propertyName should be skipped during mapping. |
|
shouldSkipUnknownProperties ( ) : boolean |
Whether unknown (unconfigured) properties should be skipped during
mapping, instead if causing an error. |
|