Package org.correomqtt.gui.transformer
Class ConnectionTransformer
java.lang.Object
org.correomqtt.gui.transformer.ConnectionTransformer
public class ConnectionTransformer extends Object
-
Method Summary
Modifier and Type Method Description static List<ConnectionPropertiesDTO>dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList)static ConnectionPropertiesDTOdtoToProps(ConnectionConfigDTO dto)static List<ConnectionConfigDTO>propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList)static ConnectionConfigDTOpropsToDto(ConnectionPropertiesDTO props)
-
Method Details
-
dtoListToPropList
public static List<ConnectionPropertiesDTO> dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList) -
dtoToProps
-
propsListToDtoList
public static List<ConnectionConfigDTO> propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList) -
propsToDto
-