Uses of Class
com.vaadin.flow.internal.ConstantPool
Packages that use ConstantPool
Package
Description
-
Uses of ConstantPool in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return ConstantPoolModifier and TypeMethodDescriptionUIInternals.getConstantPool()
Gets the constant pool that is used for keeping track of constants shared with the client for this UI. -
Uses of ConstantPool in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal with parameters of type ConstantPoolModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonNode
JacksonCodec.encodeWithConstantPool
(Object value, ConstantPool constantPool) Encodes a "primitive" value or a constant pool reference to JSON.static elemental.json.JsonValue
JsonCodec.encodeWithConstantPool
(Object value, ConstantPool constantPool) Encodes a "primitive" value or a constant pool reference to JSON. -
Uses of ConstantPool in com.vaadin.flow.internal.change
Methods in com.vaadin.flow.internal.change with parameters of type ConstantPoolModifier and TypeMethodDescriptionprotected void
EmptyChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
ListAddChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
ListClearChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
ListRemoveChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
MapPutChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
MapRemoveChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
NodeAttachChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected abstract void
NodeChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) Overridden by subclasses to populate a JSON object when serializing.protected void
NodeDetachChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) protected void
NodeFeatureChange.populateJson
(elemental.json.JsonObject json, ConstantPool constantPool) elemental.json.JsonObject
NodeChange.toJson
(ConstantPool constantPool) Serializes this change to JSON.