Class Jackson2CodecSupport

java.lang.Object
org.springframework.http.codec.json.Jackson2CodecSupport
Direct Known Subclasses:
AbstractJackson2Decoder, AbstractJackson2Encoder

public abstract class Jackson2CodecSupport extends Object
Base class providing support methods for Jackson 2.x encoding and decoding.
Since:
5.0
Author:
Sebastien Deleuze, Rossen Stoyanchev
  • Field Details

    • JSON_VIEW_HINT

      public static final String JSON_VIEW_HINT
      The key for the hint to specify a "JSON View" for encoding or decoding with the value expected to be a Class.
      See Also:
    • logger

      protected final Log logger
  • Constructor Details

  • Method Details