Interface TypeConversion.Registry

    • Method Detail

      • lookup

        TypeConversion<?> lookup​(org.apache.avro.Schema fieldSchema)
        Look up TypeConversion based on the field schema. It uses type and logical type info defined the field schema to look up
        Parameters:
        fieldSchema -
        Returns:
        a registered TypeConversion or null if none is found