Open Kilda Java Documentation
org.openkilda.northbound.converter.SwitchMapper Interface Reference

Public Member Functions

SwitchDto toSwitchDto (SwitchInfoData data)
 
default RulesSyncResult toRulesSyncResult (RulesValidationResult validationResult, List< Long > installedRules)
 
RulesValidationResult toRulesValidationResult (SyncRulesResponse response)
 
default String toSwithId (SwitchId switchId)
 

Detailed Description

Definition at line 30 of file SwitchMapper.java.

Member Function Documentation

◆ toRulesSyncResult()

default RulesSyncResult org.openkilda.northbound.converter.SwitchMapper.toRulesSyncResult ( RulesValidationResult  validationResult,
List< Long >  installedRules 
)

Definition at line 34 of file SwitchMapper.java.

◆ toRulesValidationResult()

RulesValidationResult org.openkilda.northbound.converter.SwitchMapper.toRulesValidationResult ( SyncRulesResponse  response)

◆ toSwitchDto()

SwitchDto org.openkilda.northbound.converter.SwitchMapper.toSwitchDto ( SwitchInfoData  data)

◆ toSwithId()

default String org.openkilda.northbound.converter.SwitchMapper.toSwithId ( SwitchId  switchId)

Definition at line 41 of file SwitchMapper.java.


The documentation for this interface was generated from the following file: