Class ResteasyReactiveServerJacksonRecorder


  • public class ResteasyReactiveServerJacksonRecorder
    extends Object
    • Constructor Detail

      • ResteasyReactiveServerJacksonRecorder

        public ResteasyReactiveServerJacksonRecorder()
    • Method Detail

      • recordJsonView

        public void recordJsonView​(String methodId,
                                   String className)
      • recordCustomSerialization

        public void recordCustomSerialization​(String methodId,
                                              String className)
      • configureShutdown

        public void configureShutdown​(io.quarkus.runtime.ShutdownContext shutdownContext)
      • jsonViewForMethod

        public static Class<?> jsonViewForMethod​(String methodId)
      • customSerializationForMethod

        public static Class<? extends BiFunction<com.fasterxml.jackson.databind.ObjectMapper,​Type,​com.fasterxml.jackson.databind.ObjectWriter>> customSerializationForMethod​(String methodId)