public abstract class MappedFieldTypeDTO extends Object
| Constructor and Description |
|---|
MappedFieldTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
static MappedFieldTypeDTO |
create(String name,
FieldTypes.Type type) |
abstract String |
name() |
abstract FieldTypes.Type |
type() |
public abstract String name()
public abstract FieldTypes.Type type()
public static MappedFieldTypeDTO create(String name, FieldTypes.Type type)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.