Class ScoreJacksonJsonSerializer<Score_ extends Score<Score_>>

  • All Implemented Interfaces:
    com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.ser.ContextualSerializer

    @Deprecated
    public class ScoreJacksonJsonSerializer<Score_ extends Score<Score_>>
    extends com.fasterxml.jackson.databind.JsonSerializer<Score_>
    implements com.fasterxml.jackson.databind.ser.ContextualSerializer
    Deprecated.
    in favor of HardSoftScoreJacksonJsonSerializer and variants.
    This class will be removed in 8.0.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

        com.fasterxml.jackson.databind.JsonSerializer.None
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonSerializer<?> createContextual​(com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.BeanProperty property)
      Deprecated.
       
      void serialize​(Score_ score, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers)
      Deprecated.
       
      • Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

        acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
    • Constructor Detail

      • ScoreJacksonJsonSerializer

        public ScoreJacksonJsonSerializer()
        Deprecated.
    • Method Detail

      • createContextual

        public com.fasterxml.jackson.databind.JsonSerializer<?> createContextual​(com.fasterxml.jackson.databind.SerializerProvider provider,
                                                                                 com.fasterxml.jackson.databind.BeanProperty property)
                                                                          throws com.fasterxml.jackson.databind.JsonMappingException
        Deprecated.
        Specified by:
        createContextual in interface com.fasterxml.jackson.databind.ser.ContextualSerializer
        Throws:
        com.fasterxml.jackson.databind.JsonMappingException
      • serialize

        public void serialize​(Score_ score,
                              com.fasterxml.jackson.core.JsonGenerator generator,
                              com.fasterxml.jackson.databind.SerializerProvider serializers)
                       throws IOException
        Deprecated.
        Specified by:
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<Score_ extends Score<Score_>>
        Throws:
        IOException