@DefaultAnnotation(value=org.checkerframework.checker.nullness.qual.NonNull.class)
See: Description
| Class | Description | 
|---|---|
| DefaultSchema.DefaultSchemaProvider | 
SchemaProvider for default schemas. | 
| DefaultSchema.DefaultSchemaProviderRegistrar | 
 Registrar for default schemas. 
 | 
| Annotation Type | Description | 
|---|---|
| DefaultSchema | 
 The  
DefaultSchema annotation specifies a SchemaProvider class 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. 
 | 
| SchemaFieldDescription | |
| SchemaFieldName | |
| SchemaFieldNumber | |
| SchemaIgnore | 
 When used on a POJO field or a JavaBean getter, that field or getter is ignored from the inferred
 schema. 
 |