AbstractStepNormalizer
        AbstractStepNormalizer.php
                :
        26
                
    
                                        Abstract
        
        
                    
                Implements
                                    DenormalizerInterface,                                     NormalizerInterface,                                     DenormalizerAwareInterface,                                     NormalizerAwareInterface,                                     StepNormalizerInterface                            
        
                    
                Uses
                                    DenormalizerAwareTrait,                                     NormalizerAwareTrait                            
                Constants¶
                
CONTEXT_STEP_CLASS_KEY        ¶
    
        
        AbstractStepNormalizer.php
                :
        28
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
denormalize()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        84
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | array<string|int, mixed> | - | - | 
| $type | string | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
                
getHandledClassType()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        137
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
string
                
getSupportedTypes()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        149
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $format | string|null | - | - | 
Return values
array<string|int, mixed>
                
normalize()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        42
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $object | T | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
array<string|int, mixed>
                
supportsDenormalization()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        144
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | mixed | - | - | 
| $type | string | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
bool
                
supportsNormalization()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        139
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | mixed | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
bool
                
denormalizeStep()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        134
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $data | array<string|int, mixed> | - | - | 
| $type | string | - | - | 
| $format | string | - | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
StepInterface
                
normalizeStep()
            ¶
    
        
        AbstractStepNormalizer.php
                :
        76
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $object | StepInterface | - | - | 
| $format | string|null | null | - | 
| $context | array<string|int, mixed> | [] | - | 
Return values
array<string, mixed>