Class ReflectUtils.TypeDescriptorWithSchema<T>
java.lang.Object
org.apache.beam.sdk.schemas.utils.ReflectUtils.TypeDescriptorWithSchema<T>
- Enclosing class:
ReflectUtils
Represents a type descriptor and a schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ReflectUtils.TypeDescriptorWithSchema
<T> create
(TypeDescriptor<T> typeDescriptor, Schema schema) abstract Schema
abstract TypeDescriptor
<T>
-
Constructor Details
-
TypeDescriptorWithSchema
public TypeDescriptorWithSchema()
-
-
Method Details
-
getTypeDescriptor
-
getSchema
-
create
public static <T> ReflectUtils.TypeDescriptorWithSchema<T> create(TypeDescriptor<T> typeDescriptor, Schema schema)
-