public abstract static class ReflectUtils.TypeDescriptorWithSchema<T>
extends java.lang.Object
Constructor and Description |
---|
TypeDescriptorWithSchema() |
Modifier and Type | Method and Description |
---|---|
static <T> ReflectUtils.TypeDescriptorWithSchema<T> |
create(TypeDescriptor<T> typeDescriptor,
Schema schema) |
abstract Schema |
getSchema() |
abstract TypeDescriptor<T> |
getTypeDescriptor() |
public abstract TypeDescriptor<T> getTypeDescriptor()
public abstract Schema getSchema()
public static <T> ReflectUtils.TypeDescriptorWithSchema<T> create(TypeDescriptor<T> typeDescriptor, Schema schema)