Package com.flowingcode.vaadin.jsonmigration


package com.flowingcode.vaadin.jsonmigration
  • Class
    Description
    A pending result from a JavaScript snippet sent to the browser for evaluation.
    Abstract base class for Vaadin service initializers that register instrumented views.
    Annotation to mark a Component class for instrumented route registration.
    Utility for encoding objects to and from JSON.
    Provides a compatibility layer for JSON handling to abstract away breaking changes introduced in Vaadin version 25.
    General-purpose serializer of Java objects to JsonValue and deserializer of JsonValue to Java objects.
    When instrumented, publishes the annotated method as if ClientCallable has been used.
    Provides migration support for LitRenderer event handler registration across Vaadin versions.