@AutoService(value=SchemaTransformProvider.class) public class JavaMapToFieldsTransformProvider extends TypedSchemaTransformProvider<JavaMapToFieldsTransformProvider.Configuration>
TypedSchemaTransformProvider for MapToFields for the java language.
 Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
JavaMapToFieldsTransformProvider.Configuration  | 
protected static class  | 
JavaMapToFieldsTransformProvider.JavaMapToFieldsTransform
A  
SchemaTransform for MapToFields-java. | 
| Modifier and Type | Field and Description | 
|---|---|
protected static java.lang.String | 
INPUT_ROWS_TAG  | 
protected static java.lang.String | 
OUTPUT_ROWS_TAG  | 
| Constructor and Description | 
|---|
JavaMapToFieldsTransformProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected java.lang.Class<JavaMapToFieldsTransformProvider.Configuration> | 
configurationClass()  | 
protected SchemaTransform | 
from(JavaMapToFieldsTransformProvider.Configuration configuration)
Produce a SchemaTransform from ConfigT. 
 | 
java.lang.String | 
identifier()
Returns an id that uniquely represents this transform. 
 | 
java.util.List<java.lang.String> | 
inputCollectionNames()
Returns the input collection names of this transform. 
 | 
java.util.List<java.lang.String> | 
outputCollectionNames()
Returns the output collection names of this transform. 
 | 
configurationSchema, dependencies, fromclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescriptionprotected static final java.lang.String INPUT_ROWS_TAG
protected static final java.lang.String OUTPUT_ROWS_TAG
protected java.lang.Class<JavaMapToFieldsTransformProvider.Configuration> configurationClass()
configurationClass in class TypedSchemaTransformProvider<JavaMapToFieldsTransformProvider.Configuration>protected SchemaTransform from(JavaMapToFieldsTransformProvider.Configuration configuration)
TypedSchemaTransformProviderInvalidConfigurationException or a
 InvalidSchemaException.from in class TypedSchemaTransformProvider<JavaMapToFieldsTransformProvider.Configuration>public java.lang.String identifier()
SchemaTransformProviderpublic java.util.List<java.lang.String> inputCollectionNames()
SchemaTransformProviderpublic java.util.List<java.lang.String> outputCollectionNames()
SchemaTransformProvider