Interface SchemaInformationProvider
- All Known Implementing Classes:
 AvroSchemaInformationProvider,RowSchemaInformationProvider
Provides an instance of 
ConvertHelpers.ConvertedSchemaInformation. Use for internal purposes.- 
Method Summary
Modifier and TypeMethodDescriptiongetConvertedSchemaInformation(Schema inputSchema, TypeDescriptor<T> outputType)  
- 
Method Details
- 
getConvertedSchemaInformation
@Nullable <T> ConvertHelpers.ConvertedSchemaInformation<T> getConvertedSchemaInformation(Schema inputSchema, TypeDescriptor<T> outputType)  
 -