public abstract class Mapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mapping.Builder |
| Constructor and Description |
|---|
Mapping() |
| Modifier and Type | Method and Description |
|---|---|
static Mapping.Builder |
builder() |
static Mapping |
create(String newType,
List<FieldMapping> newFieldMappings) |
abstract List<FieldMapping> |
getFieldMappings() |
abstract String |
getType() |
public abstract String getType()
public abstract List<FieldMapping> getFieldMappings()
public static Mapping create(String newType, List<FieldMapping> newFieldMappings)
public static Mapping.Builder builder()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.