| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.schema.impl.model | |
| org.hibernate.search.elasticsearch.util.impl.gson |
| Modifier and Type | Method and Description |
|---|---|
FieldDataType |
PropertyMapping.getFieldData() |
static FieldDataType |
FieldDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDataType[] |
FieldDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyMapping.setFieldData(FieldDataType fieldData) |
| Modifier and Type | Method and Description |
|---|---|
FieldDataType |
ES5FieldDataTypeJsonAdapter.read(com.google.gson.stream.JsonReader in) |
FieldDataType |
ES2FieldDataTypeJsonAdapter.read(com.google.gson.stream.JsonReader in) |
| Modifier and Type | Method and Description |
|---|---|
void |
ES5FieldDataTypeJsonAdapter.write(com.google.gson.stream.JsonWriter out,
FieldDataType value) |
void |
ES2FieldDataTypeJsonAdapter.write(com.google.gson.stream.JsonWriter out,
FieldDataType value) |
Copyright © 2006–2017 Hibernate. All rights reserved.