public class EngineConfigurationDeserializer extends Object implements com.google.gson.JsonDeserializer<EngineConfiguration<?>>
Modifier and Type | Field and Description |
---|---|
static String |
CATEGORY_NAMES_PROPERTY |
static String |
ENGINE_ID_PROPERTY |
static String |
FACTORY_CLASS_PROPERTY |
static String |
FACTORY_METHOD_PROPERTY |
static String |
PROFILE_CLASS_PROPERTY |
Constructor and Description |
---|
EngineConfigurationDeserializer() |
Modifier and Type | Method and Description |
---|---|
EngineConfiguration<?> |
deserialize(com.google.gson.JsonElement json,
Type type,
com.google.gson.JsonDeserializationContext context) |
public static final String ENGINE_ID_PROPERTY
public static final String CATEGORY_NAMES_PROPERTY
public static final String FACTORY_CLASS_PROPERTY
public static final String FACTORY_METHOD_PROPERTY
public static final String PROFILE_CLASS_PROPERTY
public EngineConfiguration<?> deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize
in interface com.google.gson.JsonDeserializer<EngineConfiguration<?>>
com.google.gson.JsonParseException
Copyright © 2014. All rights reserved.