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.
|
| ReflectiveSchema.FieldSelector |
Function that returns an array of a given object's field values.
|
| ReflectiveSchema.FieldTable<T> |
Table based on a Java field.
|
| ReflectiveSchema.MethodTableMacro |
Table macro based on a Java method.
|
| ReflectiveSchema.ReflectiveTable |
Table that is implemented by reading from a Java object.
|
| 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–2018 The Apache Software Foundation. All rights reserved.