Class AvroSchemaInformationProvider
- java.lang.Object
-
- org.apache.beam.sdk.extensions.avro.schemas.utils.AvroSchemaInformationProvider
-
- All Implemented Interfaces:
org.apache.beam.sdk.schemas.utils.SchemaInformationProvider
@AutoService(org.apache.beam.sdk.schemas.utils.SchemaInformationProvider.class) public class AvroSchemaInformationProvider extends java.lang.Object implements org.apache.beam.sdk.schemas.utils.SchemaInformationProvider
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaInformationProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.apache.beam.sdk.schemas.utils.ConvertHelpers.ConvertedSchemaInformation<T>getConvertedSchemaInformation(org.apache.beam.sdk.schemas.Schema inputSchema, org.apache.beam.sdk.values.TypeDescriptor<T> outputType)
-
-
-
Method Detail
-
getConvertedSchemaInformation
@Nullable public <T> org.apache.beam.sdk.schemas.utils.ConvertHelpers.ConvertedSchemaInformation<T> getConvertedSchemaInformation(org.apache.beam.sdk.schemas.Schema inputSchema, org.apache.beam.sdk.values.TypeDescriptor<T> outputType)- Specified by:
getConvertedSchemaInformationin interfaceorg.apache.beam.sdk.schemas.utils.SchemaInformationProvider
-
-