All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.hal4j.resources.NavigationResource Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package com.github.hal4j.resources;

import java.util.List;
import java.util.Map;

/**
 * Resource containing only navigation links and attachments, but no internal model.
 */
public final class NavigationResource extends ResourceSupport {

    NavigationResource(Map> _links,
                              Map> _embedded) {
        super(_links, _embedded, null);
    }

    public NavigationResource(Map> _links,
                              Map> _embedded,
                              BindingContext context) {
        super(_links, _embedded, context);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy