Interface MessageClassFormatter
-
- All Known Implementing Classes:
MessageClassFormatter.FQCN
,MessageClassFormatter.SimpleName
public interface MessageClassFormatter
Create string representations of the persistent entity command and event 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 static MessageClassFormatter
commandClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
static MessageClassFormatter
eventClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
java.lang.String
formatToString(java.lang.Class<?> clazz)
-
-
-
Method Detail
-
formatToString
java.lang.String formatToString(java.lang.Class<?> clazz)
-
commandClassFormatter
static MessageClassFormatter commandClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
-
eventClassFormatter
static MessageClassFormatter eventClassFormatter(com.typesafe.config.Config config, java.lang.ClassLoader classLoader, Logger log)
-
-