Interface MessageFormat
- All Known Implementing Classes:
MessageFormatV3,MessageFormatV4,MessageFormatV43,MessageFormatV44,MessageFormatV5,MessageFormatV51,MessageFormatV54,MessageFormatV57
public interface MessageFormat
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptiondefault voidEnables datetime in UTC if supported by the given message format.newReader(PackInput input, ValueFactory valueFactory) newWriter(PackOutput output, ValueFactory valueFactory)
-
Method Details
-
newWriter
-
newReader
-
enableDateTimeUtc
default void enableDateTimeUtc()Enables datetime in UTC if supported by the given message format. This is only for use with formats that support multiple modes.This only takes effect on subsequent writer and reader creation via
newWriter(PackOutput, ValueFactory)andnewReader(PackInput, ValueFactory).
-