@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class)
See: Description
| Class | Description | 
|---|---|
| DefaultSchema.DefaultSchemaProvider | SchemaProviderfor default schemas. | 
| DefaultSchema.DefaultSchemaProviderRegistrar | Registrar for default schemas. | 
| Annotation Type | Description | 
|---|---|
| DefaultSchema | The  DefaultSchemaannotation specifies aSchemaProviderclass to handle obtaining
 a schema and row for the specified class. | 
| SchemaCaseFormat | |
| SchemaCreate | Can be put on a constructor or a static method, in which case that constructor or method will be
 used to created instance of the class by Beam's schema code. | 
| SchemaFieldName | |
| SchemaFieldNumber | |
| SchemaIgnore | When used on a POJO field or a JavaBean getter, that field or getter is ignored from the inferred
 schema. |