public abstract static class ReflectUtils.ClassWithSchema
extends java.lang.Object
| Constructor and Description | 
|---|
ClassWithSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ReflectUtils.ClassWithSchema | 
create(java.lang.Class<?> clazz,
      Schema schema)  | 
abstract java.lang.Class<?> | 
getClazz()  | 
abstract Schema | 
getSchema()  | 
public abstract java.lang.Class<?> getClazz()
public abstract Schema getSchema()
public static ReflectUtils.ClassWithSchema create(java.lang.Class<?> clazz, Schema schema)