| CustomDeserialization |
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.
|
| CustomSerialization |
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.
|
| DisableSecureSerialization |
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.
|
| EnableSecureSerialization |
|
| SecureField |
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.
|