Class AvroJodaTimeConversions.TimeConversion
java.lang.Object
org.apache.avro.Conversion<LocalTime>
org.apache.beam.sdk.extensions.avro.schemas.utils.AvroJodaTimeConversions.TimeConversion
- Enclosing class:
- AvroJodaTimeConversions
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfromInt(Integer millisFromMidnight, Schema schema, LogicalType type) toInt(LocalTime time, Schema schema, LogicalType type) Methods inherited from class org.apache.avro.ConversionadjustAndSetValue, fromArray, fromBoolean, fromBytes, fromCharSequence, fromDouble, fromEnumSymbol, fromFixed, fromFloat, fromLong, fromMap, fromRecord, getRecommendedSchema, toArray, toBoolean, toBytes, toCharSequence, toDouble, toEnumSymbol, toFixed, toFloat, toLong, toMap, toRecord
- 
Constructor Details- 
TimeConversionpublic TimeConversion()
 
- 
- 
Method Details- 
getConvertedType- Specified by:
- getConvertedTypein class- Conversion<LocalTime>
 
- 
getLogicalTypeName- Specified by:
- getLogicalTypeNamein class- Conversion<LocalTime>
 
- 
fromInt- Overrides:
- fromIntin class- Conversion<LocalTime>
 
- 
toInt- Overrides:
- toIntin class- Conversion<LocalTime>
 
 
-