Class ResteasyReactiveServerJacksonRecorder
- java.lang.Object
-
- io.quarkus.resteasy.reactive.jackson.runtime.ResteasyReactiveServerJacksonRecorder
-
public class ResteasyReactiveServerJacksonRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description ResteasyReactiveServerJacksonRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigureShutdown(io.quarkus.runtime.ShutdownContext shutdownContext)static Class<? extends BiFunction<com.fasterxml.jackson.databind.ObjectMapper,Type,com.fasterxml.jackson.databind.ObjectWriter>>customSerializationForMethod(String methodId)static Class<?>jsonViewForMethod(String methodId)voidrecordCustomSerialization(String methodId, String className)voidrecordJsonView(String methodId, String className)
-
-
-
Method Detail
-
configureShutdown
public void configureShutdown(io.quarkus.runtime.ShutdownContext shutdownContext)
-
customSerializationForMethod
public static Class<? extends BiFunction<com.fasterxml.jackson.databind.ObjectMapper,Type,com.fasterxml.jackson.databind.ObjectWriter>> customSerializationForMethod(String methodId)
-
-