AbstractStepNormalizer
        AbstractStepNormalizer.php
                :
        27
                 
    
                                        Abstract
        
        
                    
                Implements
                                    DenormalizerInterface,                                     NormalizerInterface,                                     DenormalizerAwareInterface,                                     NormalizerAwareInterface,                                     StepNormalizerInterface,                                     CacheableSupportsMethodInterface                            
        
                    
                Uses
                                    DenormalizerAwareTrait,                                     NormalizerAwareTrait                            
                Constants¶
                 CONTEXT_STEP_CLASS_KEY        ¶
CONTEXT_STEP_CLASS_KEY        ¶
    
        
        AbstractStepNormalizer.php
                :
        29
                 
    
        |  |  | 
Methods¶
                 denormalize()
            ¶
denormalize()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        86
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | array<string|int, mixed> | - | - | 
| $type | string | - | - | 
| $format | string | null | - | 
| $context | array<string|int, mixed> | [] | - | 
                 getHandledClassType()
            ¶
getHandledClassType()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        139
                 
    
        |  |  | 
Return values
string
                 hasCacheableSupportsMethod()
            ¶
hasCacheableSupportsMethod()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        151
                 
    
        |  |  | 
Return values
bool
                 normalize()
            ¶
normalize()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        44
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $object | T | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
array<string|int, mixed>
                 supportsDenormalization()
            ¶
supportsDenormalization()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        146
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | mixed | - | - | 
| $type | string | - | - | 
| $format | string | null | - | 
                 supportsNormalization()
            ¶
supportsNormalization()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        141
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | mixed | - | - | 
| $format | string | null | - | 
                 denormalizeStep()
            ¶
denormalizeStep()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        136
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | array<string|int, mixed> | - | - | 
| $type | string | - | - | 
| $format | string | - | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
StepInterface
                 normalizeStep()
            ¶
normalizeStep()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        78
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $object | StepInterface | - | - | 
| $format | string | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
array<string, mixed>