クラス StreamedResultSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<StreamedResult>
org.wcardinal.controller.internal.StreamedResultSerializer
すべての実装されたインタフェース:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public class StreamedResultSerializer extends com.fasterxml.jackson.databind.JsonSerializer<StreamedResult>
  • ネストされたクラスの概要

    クラスから継承されたネストされたクラス/インタフェース com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ
    説明
     
  • メソッドの概要

    修飾子とタイプ
    メソッド
    説明
    void
    serialize(StreamedResult streamedResult, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
     

    クラスから継承されたメソッド com.fasterxml.jackson.databind.JsonSerializer

    acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • StreamedResultSerializer

      public StreamedResultSerializer()
  • メソッドの詳細

    • serialize

      public void serialize(StreamedResult streamedResult, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
      定義:
      serialize クラス内 com.fasterxml.jackson.databind.JsonSerializer<StreamedResult>
      例外:
      IOException
      com.fasterxml.jackson.core.JsonProcessingException