public static class AvroJodaTimeConversions.TimeMicrosConversion extends Conversion<LocalTime>
Constructor and Description |
---|
TimeMicrosConversion() |
Modifier and Type | Method and Description |
---|---|
LocalTime |
fromLong(java.lang.Long microsFromMidnight,
Schema schema,
LogicalType type) |
java.lang.Class<LocalTime> |
getConvertedType() |
java.lang.String |
getLogicalTypeName() |
adjustAndSetValue, fromArray, fromBoolean, fromBytes, fromCharSequence, fromDouble, fromEnumSymbol, fromFixed, fromFloat, fromInt, fromMap, fromRecord, getRecommendedSchema, toArray, toBoolean, toBytes, toCharSequence, toDouble, toEnumSymbol, toFixed, toFloat, toInt, toLong, toMap, toRecord
public java.lang.Class<LocalTime> getConvertedType()
getConvertedType
in class Conversion<LocalTime>
public java.lang.String getLogicalTypeName()
getLogicalTypeName
in class Conversion<LocalTime>
public LocalTime fromLong(java.lang.Long microsFromMidnight, Schema schema, LogicalType type)
fromLong
in class Conversion<LocalTime>