Class GeneratedSerializersRegister

java.lang.Object
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.GeneratedSerializersRegister
All Implemented Interfaces:
io.quarkus.jackson.ObjectMapperCustomizer, Comparable<io.quarkus.jackson.ObjectMapperCustomizer>

@Singleton public class GeneratedSerializersRegister extends Object implements io.quarkus.jackson.ObjectMapperCustomizer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    DEFAULT_PRIORITY, MAXIMUM_PRIORITY, MINIMUM_PRIORITY, QUARKUS_CUSTOMIZER_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addDeserializer(Class<? extends com.fasterxml.jackson.databind.deser.std.StdDeserializer> deserClass)
     
    static void
    addSerializer(Class<? extends com.fasterxml.jackson.databind.ser.std.StdSerializer> serClass)
     
    void
    customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.quarkus.jackson.ObjectMapperCustomizer

    compareTo, priority
  • Constructor Details

    • GeneratedSerializersRegister

      public GeneratedSerializersRegister()
  • Method Details

    • customize

      public void customize(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
      Specified by:
      customize in interface io.quarkus.jackson.ObjectMapperCustomizer
    • addSerializer

      public static void addSerializer(Class<? extends com.fasterxml.jackson.databind.ser.std.StdSerializer> serClass)
    • addDeserializer

      public static void addDeserializer(Class<? extends com.fasterxml.jackson.databind.deser.std.StdDeserializer> deserClass)