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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy