Uses of Interface
org.apache.avro.LogicalTypes.LogicalTypeFactory
Packages that use LogicalTypes.LogicalTypeFactory
-
Uses of LogicalTypes.LogicalTypeFactory in org.apache.avro
Methods in org.apache.avro that return types with arguments of type LogicalTypes.LogicalTypeFactoryModifier and TypeMethodDescriptionstatic Map
<String, LogicalTypes.LogicalTypeFactory> LogicalTypes.getCustomRegisteredTypes()
Return an unmodifiable map of any registered customLogicalType
Methods in org.apache.avro with parameters of type LogicalTypes.LogicalTypeFactoryModifier and TypeMethodDescriptionstatic void
LogicalTypes.register
(String logicalTypeName, LogicalTypes.LogicalTypeFactory factory) Register a logical type.static void
LogicalTypes.register
(LogicalTypes.LogicalTypeFactory factory) Register a logical type.