public abstract class JsonElementType<T extends com.google.gson.JsonElement> extends Object
| Modifier and Type | Field and Description |
|---|---|
static JsonElementType<com.google.gson.JsonArray> |
ARRAY |
static JsonElementType<com.google.gson.JsonNull> |
NULL |
static JsonElementType<com.google.gson.JsonObject> |
OBJECT |
static JsonElementType<com.google.gson.JsonPrimitive> |
PRIMITIVE |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
cast(com.google.gson.JsonElement element) |
abstract boolean |
isInstance(com.google.gson.JsonElement element) |
abstract T |
newInstance() |
public static final JsonElementType<com.google.gson.JsonObject> OBJECT
public static final JsonElementType<com.google.gson.JsonArray> ARRAY
public static final JsonElementType<com.google.gson.JsonPrimitive> PRIMITIVE
public static final JsonElementType<com.google.gson.JsonNull> NULL
Copyright © 2006–2017 Hibernate. All rights reserved.