@AutoService(value=org.apache.beam.sdk.schemas.utils.SchemaInformationProvider.class)
public class AvroSchemaInformationProvider
extends java.lang.Object
implements org.apache.beam.sdk.schemas.utils.SchemaInformationProvider
| Constructor and Description |
|---|
AvroSchemaInformationProvider() |
| Modifier and Type | Method and 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) |
@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)
getConvertedSchemaInformation in interface org.apache.beam.sdk.schemas.utils.SchemaInformationProvider