Class MapSerializer
java.lang.Object
com.vaadin.flow.component.map.serialization.MapSerializer
- All Implemented Interfaces:
Serializable
Custom JSON serializer for the map component using a Jackson
ObjectMapper- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MapSerializer
-
-
Method Details
-
toJson
Serializes a map configuration object to JSON using a JacksonObjectMapper, and returns the value as aJsonValueto provide it in a type that is compatible with Flow.Throws a runtime exception if the object can not be serialized to JSON.
- Parameters:
value- the map configuration object to be serialized into JSON- Returns:
- a
JsonValuerepresenting the configuration object as JSON
-