Class FetchPlanSerializationImpl.FetchPlanDeserializer

java.lang.Object
io.jmix.core.impl.serialization.FetchPlanSerializationImpl.FetchPlanDeserializer
All Implemented Interfaces:
com.google.gson.JsonDeserializer<FetchPlan>
Enclosing class:
FetchPlanSerializationImpl

protected class FetchPlanSerializationImpl.FetchPlanDeserializer extends Object implements com.google.gson.JsonDeserializer<FetchPlan>
  • Field Details

    • fetchPlanBuilders

      protected List<FetchPlanBuilder> fetchPlanBuilders
    • fetchPlanAttributeName

      protected String fetchPlanAttributeName
  • Constructor Details

    • FetchPlanDeserializer

      public FetchPlanDeserializer()
  • Method Details

    • deserialize

      public FetchPlan deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
      Specified by:
      deserialize in interface com.google.gson.JsonDeserializer<FetchPlan>
      Throws:
      com.google.gson.JsonParseException
    • deserializeFetchPlan

      protected FetchPlan deserializeFetchPlan(com.google.gson.JsonObject jsonObject)
    • fillFetchPlanProperties

      protected void fillFetchPlanProperties(FetchPlanBuilder builder, com.google.gson.JsonArray propertiesArray, MetaClass fetchPlanMetaClass)