Class RowSchemaInformationProvider
java.lang.Object
org.apache.beam.sdk.schemas.utils.RowSchemaInformationProvider
- All Implemented Interfaces:
 SchemaInformationProvider
@AutoService(SchemaInformationProvider.class)
public class RowSchemaInformationProvider
extends Object
implements SchemaInformationProvider
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetConvertedSchemaInformation(Schema inputSchema, TypeDescriptor<T> outputType)  
- 
Constructor Details
- 
RowSchemaInformationProvider
public RowSchemaInformationProvider() 
 - 
 - 
Method Details
- 
getConvertedSchemaInformation
@Nullable public <T> ConvertHelpers.ConvertedSchemaInformation<T> getConvertedSchemaInformation(Schema inputSchema, TypeDescriptor<T> outputType) - Specified by:
 getConvertedSchemaInformationin interfaceSchemaInformationProvider
 
 -