Interface MessagingInterfaceDescMapper
-
public interface MessagingInterfaceDescMapperDefines the interface of an interface description mapper.
-
-
Field Summary
Fields Modifier and Type Field Description static MessagingInterfaceDescMapperINSTANCEThe default singleton instance.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.smartgridready.driver.api.messaging.model.MessagingInterfaceDescriptionmapToDriverApi(com.smartgridready.ns.v0.MessagingInterfaceDescription source)Maps the interface specification to its driver equivalent.
-
-
-
Field Detail
-
INSTANCE
static final MessagingInterfaceDescMapper INSTANCE
The default singleton instance.
-
-
Method Detail
-
mapToDriverApi
com.smartgridready.driver.api.messaging.model.MessagingInterfaceDescription mapToDriverApi(com.smartgridready.ns.v0.MessagingInterfaceDescription source)
Maps the interface specification to its driver equivalent.- Parameters:
source- the interface description- Returns:
- the driver interface description
-
-