Uses of Class
io.trino.plugin.kafka.encoder.json.format.DateTimeFormat
-
Packages that use DateTimeFormat Package Description io.trino.plugin.kafka.encoder.json.format -
-
Uses of DateTimeFormat in io.trino.plugin.kafka.encoder.json.format
Methods in io.trino.plugin.kafka.encoder.json.format that return DateTimeFormat Modifier and Type Method Description static DateTimeFormatDateTimeFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DateTimeFormat[]DateTimeFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-