Uses of Interface
io.fluxcapacitor.javaclient.common.serialization.MessageFormatter
Packages that use MessageFormatter
-
Uses of MessageFormatter in io.fluxcapacitor.javaclient.common.serialization
Fields in io.fluxcapacitor.javaclient.common.serialization declared as MessageFormatterModifier and TypeFieldDescriptionstatic final MessageFormatter
MessageFormatter.DEFAULT
The default formatter that returns the simple name of the payload class if deserialized, or the raw type string if not.static MessageFormatter
DeserializingMessage.messageFormatter
The formatter used to produce a human-readable representation of this message, primarily for logging or debugging.