インターフェースの使用
org.springframework.integration.support.json.JsonInboundMessageMapper.JsonMessageParser
JsonInboundMessageMapper.JsonMessageParser を使用するパッケージ
org.springframework.integration.support.json 内の JsonInboundMessageMapper.JsonMessageParser 使用
JsonInboundMessageMapper.JsonMessageParser を実装している org.springframework.integration.support.json のクラス修飾子と型クラス説明class非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。classJSON メッセージを解析し、提供されたJsonInboundMessageMapperから指定されたペイロード型でMessageを構築するJsonInboundMessageMapper.JsonMessageParser実装。org.springframework.integration.support.json 内の JsonInboundMessageMapper.JsonMessageParser 型の型引数を持つサブクラス型 JsonInboundMessageMapper.JsonMessageParser のパラメーターを持つ org.springframework.integration.support.json のメソッド修飾子と型メソッド説明JsonInboundMessageMapper.readHeaders(JsonInboundMessageMapper.JsonMessageParser<?> parser, StringSE jsonMessage) protected @Nullable ObjectSEJsonInboundMessageMapper.readPayload(JsonInboundMessageMapper.JsonMessageParser<?> parser, StringSE jsonMessage) 型 JsonInboundMessageMapper.JsonMessageParser のパラメーターを持つ org.springframework.integration.support.json のコンストラクター修飾子コンストラクター説明JsonInboundMessageMapper(ClassSE<?> payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser) JsonInboundMessageMapper(TypeSE payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser)
JacksonJsonMessageParserが採用されています。