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