| Package | Description |
|---|---|
| org.hibernate.search.elasticsearch.gson.impl |
| Modifier and Type | Field and Description |
|---|---|
static JsonElementType<com.google.gson.JsonArray> |
JsonElementType.ARRAY |
static JsonElementType<Boolean> |
JsonElementType.BOOLEAN |
static JsonElementType<Double> |
JsonElementType.DOUBLE |
static JsonElementType<Float> |
JsonElementType.FLOAT |
static JsonElementType<Integer> |
JsonElementType.INTEGER |
static JsonElementType<Long> |
JsonElementType.LONG |
static JsonElementType<com.google.gson.JsonNull> |
JsonElementType.NULL |
static JsonElementType<com.google.gson.JsonObject> |
JsonElementType.OBJECT |
static JsonElementType<com.google.gson.JsonPrimitive> |
JsonElementType.PRIMITIVE |
static JsonElementType<String> |
JsonElementType.STRING |
| Modifier and Type | Method and Description |
|---|---|
protected JsonElementType<String> |
JsonStringAccessorImpl.getExpectedElementType() |
protected JsonElementType<Long> |
JsonLongAccessorImpl.getExpectedElementType() |
protected JsonElementType<Boolean> |
JsonBooleanAccessorImpl.getExpectedElementType() |
protected JsonElementType<Float> |
JsonFloatAccessorImpl.getExpectedElementType() |
protected JsonElementType<Integer> |
JsonIntegerAccessorImpl.getExpectedElementType() |
protected JsonElementType<com.google.gson.JsonArray> |
JsonArrayAccessorImpl.getExpectedElementType() |
protected JsonElementType<Double> |
JsonDoubleAccessorImpl.getExpectedElementType() |
protected JsonElementType<com.google.gson.JsonObject> |
JsonObjectAccessorImpl.getExpectedElementType() |
| Modifier and Type | Method and Description |
|---|---|
List<JsonElementType<?>> |
UnexpectedJsonElementTypeException.getExpectedTypes() |
| Constructor and Description |
|---|
UnexpectedJsonElementTypeException(JsonAccessor<?> accessor,
JsonElementType<?> expectedType,
com.google.gson.JsonElement actualElement) |
| Constructor and Description |
|---|
UnexpectedJsonElementTypeException(JsonAccessor<?> accessor,
List<? extends JsonElementType<?>> expectedTypes,
com.google.gson.JsonElement actualElement) |
Copyright © 2006–2017 Hibernate. All rights reserved.