See: Description
| Interface | Description |
|---|---|
| JavaTypeFactory |
Type factory that can register Java classes as record types.
|
| Class | Description |
|---|---|
| AbstractQueryableTable |
Abstract base class for implementing
Table. |
| ReflectiveSchema |
Implementation of
Schema that exposes the
public fields and methods in a Java object. |
| ReflectiveSchema.Factory |
Factory that creates a schema by instantiating an object and looking at
its public fields.
|
| Annotation Type | Description |
|---|---|
| Array |
Annotation that indicates that a field is an array type.
|
| Map |
Annotation that indicates that a field is a map type.
|
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.