Example usage for org.springframework.hateoas Link ATOM_NAMESPACE

List of usage examples for org.springframework.hateoas Link ATOM_NAMESPACE

Introduction

In this page you can find the example usage for org.springframework.hateoas Link ATOM_NAMESPACE.

Prototype

String ATOM_NAMESPACE

To view the source code for org.springframework.hateoas Link ATOM_NAMESPACE.

Click Source Link

Usage

From source file:io.onedecision.engine.decisions.model.dmn.DmnModel.java

/**
 * Returns all {@link Link}s contained in this resource.
 * /*from  w  w w .  j av  a2 s .  c om*/
 * @return
 */
@XmlElement(name = "link", namespace = Link.ATOM_NAMESPACE)
@JsonProperty("links")
public List<Link> getLinks() {
    return links;
}