Package io.jmix.core.impl.serialization
Class FetchPlanSerializationImpl.FetchPlanDeserializer
java.lang.Object
io.jmix.core.impl.serialization.FetchPlanSerializationImpl.FetchPlanDeserializer
- All Implemented Interfaces:
- com.google.gson.JsonDeserializer<FetchPlan>
- Enclosing class:
- FetchPlanSerializationImpl
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) protected FetchPlandeserializeFetchPlan(com.google.gson.JsonObject jsonObject) protected voidfillFetchPlanProperties(FetchPlanBuilder builder, com.google.gson.JsonArray propertiesArray, MetaClass fetchPlanMetaClass) 
- 
Field Details- 
fetchPlanBuilders
- 
fetchPlanAttributeName
 
- 
- 
Constructor Details- 
FetchPlanDeserializerpublic FetchPlanDeserializer()
 
- 
- 
Method Details- 
deserializepublic FetchPlan deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
- deserializein interface- com.google.gson.JsonDeserializer<FetchPlan>
- Throws:
- com.google.gson.JsonParseException
 
- 
deserializeFetchPlan
- 
fillFetchPlanPropertiesprotected void fillFetchPlanProperties(FetchPlanBuilder builder, com.google.gson.JsonArray propertiesArray, MetaClass fetchPlanMetaClass) 
 
-