Class FetchPlanSerializationImpl.FetchPlanSerializer

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

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

    • compactFormat

      protected boolean compactFormat
    • includeFetchMode

      protected boolean includeFetchMode
    • fetchPlanAttributeName

      protected String fetchPlanAttributeName
    • processedFetchPlans

      protected List<FetchPlan> processedFetchPlans
  • Constructor Details

  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(FetchPlan src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<FetchPlan>
    • serializeFetchPlan

      protected com.google.gson.JsonObject serializeFetchPlan(FetchPlan fetchPlan)
    • createJsonArrayOfFetchPlanProperties

      protected com.google.gson.JsonArray createJsonArrayOfFetchPlanProperties(FetchPlan fetchPlan)
    • createJsonObjectForNestedFetchPlan

      protected com.google.gson.JsonObject createJsonObjectForNestedFetchPlan(FetchPlan nestedFetchPlan)