Package io.jmix.reports.converter
Class ReportGsonSerializationSupport
java.lang.Object
io.jmix.reports.converter.GsonSerializationSupport
io.jmix.reports.converter.ReportGsonSerializationSupport
- 
Nested Class SummaryNested classes/interfaces inherited from class io.jmix.reports.converter.GsonSerializationSupportGsonSerializationSupport.ExclusionPolicy
- 
Field SummaryFields inherited from class io.jmix.reports.converter.GsonSerializationSupportdatatypeRegistry, entityStates, exclusionPolicy, extendedEntities, gsonBuilder, metadata, metadataTools, processedObjects
- 
Constructor SummaryConstructorsConstructorDescriptionReportGsonSerializationSupport(org.springframework.beans.factory.BeanFactory beanFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidreadUnresolvedProperty(Entity entity, String propertyName, com.google.gson.stream.JsonReader in) protected voidwriteFields(com.google.gson.stream.JsonWriter out, Entity entity) Methods inherited from class io.jmix.reports.converter.GsonSerializationSupportconvertToReport, convertToString, exclude, readCollection, readFields, readSimpleProperty, writeCollection, writeEntity, writeSimpleProperty
- 
Constructor Details- 
ReportGsonSerializationSupportpublic ReportGsonSerializationSupport(org.springframework.beans.factory.BeanFactory beanFactory) 
 
- 
- 
Method Details- 
writeFields- Overrides:
- writeFieldsin class- GsonSerializationSupport
- Throws:
- IOException
 
- 
readUnresolvedPropertyprotected void readUnresolvedProperty(Entity entity, String propertyName, com.google.gson.stream.JsonReader in) throws IOException - Overrides:
- readUnresolvedPropertyin class- GsonSerializationSupport
- Throws:
- IOException
 
 
-