Class PortIdFactoryImpl
- java.lang.Object
-
- com.google.inject.grapher.graphviz.PortIdFactoryImpl
-
- All Implemented Interfaces:
PortIdFactory
public class PortIdFactoryImpl extends java.lang.Object implements PortIdFactory
Implementation ofPortIdFactory
. Bound inGraphvizModule
.
-
-
Constructor Summary
Constructors Constructor Description PortIdFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPortId​(java.lang.reflect.Member member)
-
-
-
Method Detail
-
getPortId
public java.lang.String getPortId​(java.lang.reflect.Member member)
- Specified by:
getPortId
in interfacePortIdFactory
-
-