Package | Description |
---|---|
com.atlassian.jira.issue.fields.rest.json.beans | |
com.atlassian.jira.rest.v2.entity.property | |
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Method and Description |
---|---|
EntityPropertyBean |
EntityPropertyBean.Builder.build(Long entityId) |
static EntityPropertyBean |
EntityPropertyBeanHelper.createFrom(String key,
Object jsonJavaObject,
String selfLink)
Creates an EntityPropertyBean by serialising object into JSON for it
|
Modifier and Type | Method and Description |
---|---|
static List<EntityPropertyBean> |
EntityPropertyBeanHelper.createFrom(List<Map<String,Object>> jacksonEnteredProperties)
EntityPropertyBean s are represented in our Jackson beans as a List of Maps (aka JSON objects)
and we need to get them from that format and into serialised JSON string format
|
List<EntityPropertyBean> |
CommentJsonBean.getProperties() |
Modifier and Type | Method and Description |
---|---|
static Map<String,org.codehaus.jackson.JsonNode> |
EntityPropertyBeanHelper.propertiesAsMap(List<EntityPropertyBean> properties)
Turns a list of EntityPropertyBean into a Map of String -> Jackson JsonNode
|
Modifier and Type | Field and Description |
---|---|
static EntityPropertyBean |
EntityPropertyResourceExamples.GET_PROPERTY_RESPONSE_200 |
Modifier and Type | Method and Description |
---|---|
List<EntityPropertyBean> |
IssueUpdateBean.getProperties() |
Copyright © 2002-2022 Atlassian. All Rights Reserved.