Class StreamResourceSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<com.vaadin.flow.server.StreamResource>
tools.jackson.databind.ser.std.StdSerializer<com.vaadin.flow.server.StreamResource>
io.jmix.mapsflowui.kit.component.serialization.AbstractSerializer<com.vaadin.flow.server.StreamResource>
io.jmix.mapsflowui.component.serialization.StreamResourceSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

@Deprecated(since="3.0", forRemoval=true) public class StreamResourceSerializer extends AbstractSerializer<com.vaadin.flow.server.StreamResource>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final Map<com.vaadin.flow.server.StreamResource,com.vaadin.flow.server.StreamRegistration>
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Fields inherited from class tools.jackson.databind.ser.std.StdSerializer

    _handledType
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    serializeNonNullValue(com.vaadin.flow.server.StreamResource value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext provider)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class io.jmix.mapsflowui.kit.component.serialization.AbstractSerializer

    serialize, writeIfNotNull, writeListIfNotEmpty

    Methods inherited from class tools.jackson.databind.ser.std.StdSerializer

    _neitherNull, _nonEmpty, _wrapIOFailure, acceptJsonFormatVisitor, acceptJsonFormatVisitorForBinary, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow

    Methods inherited from class tools.jackson.databind.ValueSerializer

    createContextual, getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • uriCache

      protected final Map<com.vaadin.flow.server.StreamResource,com.vaadin.flow.server.StreamRegistration> uriCache
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • StreamResourceSerializer

      public StreamResourceSerializer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • serializeNonNullValue

      public void serializeNonNullValue(com.vaadin.flow.server.StreamResource value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext provider)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      serializeNonNullValue in class AbstractSerializer<com.vaadin.flow.server.StreamResource>
    • clearCache

      public void clearCache()
      Deprecated, for removal: This API element is subject to removal in a future version.