Class NarrowedPageableJacksonSerializer

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

    public class NarrowedPageableJacksonSerializer
    extends com.fasterxml.jackson.databind.JsonSerializer<NarrowedPageable>
    Serializer for NarrowedPageable.
    Author:
    Samarth Dhruva (samarthd)
    • Nested Class Summary

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

        com.fasterxml.jackson.databind.JsonSerializer.None
    • Constructor Detail

      • NarrowedPageableJacksonSerializer

        public NarrowedPageableJacksonSerializer()
    • Method Detail

      • serialize

        public void serialize​(NarrowedPageable value,
                              com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
                              com.fasterxml.jackson.databind.SerializerProvider serializers)
                       throws IOException
        Specified by:
        serialize in class com.fasterxml.jackson.databind.JsonSerializer<NarrowedPageable>
        Throws:
        IOException