See: Description
Interface | Description |
---|---|
FieldValueGetter<ObjectT,ValueT> |
For internal use only; no backwards-compatibility guarantees.
|
FieldValueGetterFactory |
A factory interface for creating
FieldValueGetter objects corresponding to a class. |
FieldValueSetter<ObjectT,ValueT> |
For internal use only; no backwards-compatibility guarantees.
|
FieldValueSetterFactory |
A factory interface for creating
FieldValueSetter objects corresponding to a class. |
SchemaFactory |
For internal use only; no backwards-compatibility guarantees.
|
Class | Description |
---|---|
DefaultSchemaFactory |
A default implementation of the
SchemaFactory interface. |
InferredRowCoder<T> | |
JavaBeanGetterFactory |
A factory for creating
FieldValueGetter objects for a JavaBean object. |
JavaBeanSetterFactory |
A factory for creating
FieldValueSetter objects for a JavaBean object. |
PojoValueGetterFactory |
A factory for creating
FieldValueGetter objects for a POJO. |
PojoValueSetterFactory |
A factory for creating
FieldValueSetter objects for a POJO. |
ReflectionGetterFactory |
Factory to wrap calls to pojo getters into instances of
FieldValueGetter using
reflection. |
RowFactory |
For internal use only; no backwards-compatibility guarantees.
|