Package io.quarkus.resteasy.reactive.jackson
package io.quarkus.resteasy.reactive.jackson
-
Annotation InterfacesClassDescriptionAnnotation that can be used on RESTEasy Reactive Resource method to allow users to configure Jackson deserialization for that method only, without affecting the global Jackson configuration.Annotation that can be used on RESTEasy Reactive Resource method to allow users to configure Jackson serialization for that method only, without affecting the global Jackson configuration.If placed on a method, then all
SecureFieldannotations of the response type will be completely ignored and serialization will proceed as if the annotation did not exist.If placed on a method, then allSecureFieldannotations of the response type will be taken into account, even if the class is annotated withDisableSecureSerialization.Annotation that can be used on fields (or getters) of POJOs returned by RESTEasy Reactive Resource methods, to signal that then return type when serialized to JSON, will not include fields whose security requirements match the current user's security scope.