Class UnnumberedPageableJacksonSerializer

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

    public class UnnumberedPageableJacksonSerializer
    extends com.fasterxml.jackson.databind.JsonSerializer<UnnumberedPageable>
    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

      • UnnumberedPageableJacksonSerializer

        public UnnumberedPageableJacksonSerializer()
    • Method Detail

      • serialize

        public void serialize​(UnnumberedPageable 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<UnnumberedPageable>
        Throws:
        IOException