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

com.jayway.jaxrs.hateoas.HateoasViewFactory Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
package com.jayway.jaxrs.hateoas;

/**
 * Creates a view representation using the given template and model;
 *
 * @author Kalle Stenflo
 */
public interface HateoasViewFactory {
    
    
    public Object createView(String template, Object model);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy