Package com.lightbend.cinnamon.akka
Interface MessageClassFormatter
-
- All Known Implementing Classes:
MessageClassFormatter.FQCN
,MessageClassFormatter.SimpleName
public interface MessageClassFormatter
Create string representations of the message classes
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MessageClassFormatter.FQCN
static class
MessageClassFormatter.SimpleName
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatToString(java.lang.Class<?> clazz)
static MessageClassFormatter
messageClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
-
-
-
Method Detail
-
formatToString
java.lang.String formatToString(java.lang.Class<?> clazz)
-
messageClassFormatter
static MessageClassFormatter messageClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
-
-