public abstract class FieldMapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldMapping.Builder |
| Constructor and Description |
|---|
FieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
static FieldMapping.Builder |
builder() |
static FieldMapping |
create(String newName,
MappingType newType,
List<FieldMapping> newNestedFieldMappings) |
abstract String |
getName() |
abstract List<FieldMapping> |
getNestedFieldMappings() |
abstract MappingType |
getType() |
public abstract String getName()
public abstract MappingType getType()
@Nullable public abstract List<FieldMapping> getNestedFieldMappings()
public static FieldMapping create(String newName, MappingType newType, List<FieldMapping> newNestedFieldMappings)
public static FieldMapping.Builder builder()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.