Class JmixPivotTableSerializer
java.lang.Object
io.jmix.pivottableflowui.kit.component.serialization.JmixPivotTableSerializer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DateFormatstatic final Stringstatic final Stringstatic final Stringprotected tools.jackson.databind.ObjectMapperprotected tools.jackson.databind.ObjectMapperprotected final DateTimeFormatterprotected final DateTimeFormatter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected tools.jackson.databind.ser.std.SimpleFilterProviderprotected tools.jackson.databind.module.SimpleModule<T> Objectdeserialize(String jsonContent, Class<T> objectClass) <T> Objectdeserialize(tools.jackson.databind.node.ObjectNode jsonObject, Class<T> objectClass) protected List<tools.jackson.databind.ser.std.StdSerializer<?>> protected List<tools.jackson.databind.ser.std.StdSerializer<?>> protected voidprotected voidtools.jackson.databind.JsonNodeparseRawJson(String rawJson, tools.jackson.databind.ObjectMapper objectMapper) protected tools.jackson.databind.JsonNodetools.jackson.databind.JsonNodeserializeItems(List<Map<String, Object>> dataItems) tools.jackson.databind.JsonNodeserializeOptions(PivotTableOptions options)
-
Field Details
-
DEFAULT_DATE_FORMAT
- See Also:
-
DEFAULT_TIME_FORMAT
- See Also:
-
DEFAULT_DATE_TIME_FORMAT
- See Also:
-
dateFormatter
-
temporalDateFormatter
-
temporalDateTimeFormatter
-
optionsObjectMapper
protected tools.jackson.databind.ObjectMapper optionsObjectMapper -
itemsObjectMapper
protected tools.jackson.databind.ObjectMapper itemsObjectMapper
-
-
Constructor Details
-
JmixPivotTableSerializer
public JmixPivotTableSerializer()
-
-
Method Details
-
initSerializer
protected void initSerializer() -
initOptionsMapper
protected void initOptionsMapper() -
createModule
protected tools.jackson.databind.module.SimpleModule createModule() -
getOptionsSerializers
-
getItemsSerializers
-
createFilterProvider
protected tools.jackson.databind.ser.std.SimpleFilterProvider createFilterProvider() -
parseRawJson
public tools.jackson.databind.JsonNode parseRawJson(String rawJson, tools.jackson.databind.ObjectMapper objectMapper) -
serializeOptions
-
serializeItems
-
deserialize
-
deserialize
-
serialize
-