Interface ToProtoConverter<T>

All Known Implementing Classes:
JsonToProtoMessage

public interface ToProtoConverter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.google.protobuf.DynamicMessage>
    convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema, TableSchema tableSchema, Iterable<T> inputObject, boolean ignoreUnknownFields)
     
  • Method Details

    • convertToProtoMessage

      List<com.google.protobuf.DynamicMessage> convertToProtoMessage(com.google.protobuf.Descriptors.Descriptor protoSchema, TableSchema tableSchema, Iterable<T> inputObject, boolean ignoreUnknownFields)