All Classes and Interfaces
Class
Description
Annotation 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
SecureField annotations 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 all
SecureField annotations of the response type will be taken into account,
even if the class is annotated with DisableSecureSerialization.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.