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.JsonNodeJacksonCodec.encodeWithConstantPool(Object value, ConstantPool constantPool) Encodes a "primitive" value or a constant pool reference to JSON.static elemental.json.JsonValueJsonCodec.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 voidEmptyChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidListAddChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidListClearChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidListRemoveChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidMapPutChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidMapRemoveChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidNodeAttachChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected abstract voidNodeChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) Overridden by subclasses to populate a JSON object when serializing.protected voidNodeDetachChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) protected voidNodeFeatureChange.populateJson(elemental.json.JsonObject json, ConstantPool constantPool) elemental.json.JsonObjectNodeChange.toJson(ConstantPool constantPool) Serializes this change to JSON.