| Annotation Type and Description |
|---|
| com.atlassian.plugins.rest.common.security.RequiresXsrfCheck
since 3.0 this annotation will be removed in 4.0.
This annotation is only required on @GET annotated resources.
Resources annotated with a mutative method such as @POST no longer
required this annotation as they are XSRF protected by default.
To exclude a resource method from XSRF protection use the
XsrfProtectionExcluded annotation. |
| Method and Description |
|---|
| com.atlassian.plugins.rest.common.json.JaxbJsonMarshaller.marshal(Object, Class...)
since 1.1, use
JaxbJsonMarshaller.marshal(Object) |
| com.atlassian.plugins.rest.common.json.DefaultJaxbJsonMarshaller.marshal(Object, Class...) |
| Constructor and Description |
|---|
| com.atlassian.plugins.rest.common.json.DefaultJaxbJsonMarshaller()
since 2.9.2. Use
DefaultJaxbJsonMarshaller.builder() |
| com.atlassian.plugins.rest.common.json.DefaultJaxbJsonMarshaller(boolean)
since 2.9.2. Use
DefaultJaxbJsonMarshaller.builder() |
Copyright © 2017 Atlassian. All rights reserved.