Class SecurityCustomSerialization
- java.lang.Object
-
- io.quarkus.resteasy.reactive.jackson.runtime.security.SecurityCustomSerialization
-
- All Implemented Interfaces:
BiFunction<com.fasterxml.jackson.databind.ObjectMapper,Type,com.fasterxml.jackson.databind.ObjectWriter>
public class SecurityCustomSerialization extends Object implements BiFunction<com.fasterxml.jackson.databind.ObjectMapper,Type,com.fasterxml.jackson.databind.ObjectWriter>
-
-
Constructor Summary
Constructors Constructor Description SecurityCustomSerialization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.ObjectWriterapply(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Type type)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiFunction
andThen
-
-
-
-
Method Detail
-
apply
public com.fasterxml.jackson.databind.ObjectWriter apply(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Type type)- Specified by:
applyin interfaceBiFunction<com.fasterxml.jackson.databind.ObjectMapper,Type,com.fasterxml.jackson.databind.ObjectWriter>
-
-