Package org.correomqtt.gui.transformer
Class ConnectionTransformer
- java.lang.Object
-
- org.correomqtt.gui.transformer.ConnectionTransformer
-
public class ConnectionTransformer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods 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 Detail
-
dtoListToPropList
public static List<ConnectionPropertiesDTO> dtoListToPropList(List<ConnectionConfigDTO> connectionDTOList)
-
dtoToProps
public static ConnectionPropertiesDTO dtoToProps(ConnectionConfigDTO dto)
-
propsListToDtoList
public static List<ConnectionConfigDTO> propsListToDtoList(javafx.collections.ObservableList<ConnectionPropertiesDTO> connectionPropList)
-
propsToDto
public static ConnectionConfigDTO propsToDto(ConnectionPropertiesDTO props)
-
-