Class PivotJsonSerializationContext
java.lang.Object
io.jmix.pivottable.widget.serialization.PivotJsonSerializationContext
- All Implemented Interfaces:
 com.google.gson.JsonSerializationContext
public class PivotJsonSerializationContext
extends Object
implements com.google.gson.JsonSerializationContext
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionPivotJsonSerializationContext(PivotTableModel pivotTableModel, com.google.gson.Gson gson)  - 
Method Summary
Modifier and TypeMethodDescriptiongetLocalizedPropertyName(String property) com.google.gson.JsonElementcom.google.gson.JsonElement 
- 
Field Details
- 
pivotTableModel
 - 
gson
protected com.google.gson.Gson gson 
 - 
 - 
Constructor Details
- 
PivotJsonSerializationContext
 
 - 
 - 
Method Details
- 
serialize
- Specified by:
 serializein interfacecom.google.gson.JsonSerializationContext
 - 
serialize
- Specified by:
 serializein interfacecom.google.gson.JsonSerializationContext
 - 
getPivotTableModel
 - 
getProperties
 - 
getLocalizedPropertyName
 
 -