| Package | Description |
|---|---|
| org.molgenis.data.elasticsearch.generator.model |
| Modifier and Type | Method and Description |
|---|---|
abstract MappingType |
FieldMapping.getType() |
static MappingType |
MappingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MappingType[] |
MappingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldMapping |
FieldMapping.create(String newName,
MappingType newType,
List<FieldMapping> newNestedFieldMappings) |
abstract FieldMapping.Builder |
FieldMapping.Builder.setType(MappingType newType) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.