Class ConvertHelpers.ConvertedSchemaInformation<T>
java.lang.Object
org.apache.beam.sdk.schemas.utils.ConvertHelpers.ConvertedSchemaInformation<T>
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 ConvertHelpers
public static class ConvertHelpers.ConvertedSchemaInformation<T>
extends Object
implements Serializable
Return value after converting a schema.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionConvertedSchemaInformation(@Nullable SchemaCoder<T> outputSchemaCoder, @Nullable Schema.FieldType unboxedType)  - 
Method Summary
 
- 
Field Details
- 
outputSchemaCoder
 - 
unboxedType
 
 - 
 - 
Constructor Details
- 
ConvertedSchemaInformation
public ConvertedSchemaInformation(@Nullable SchemaCoder<T> outputSchemaCoder, @Nullable Schema.FieldType unboxedType)  
 -